summaryrefslogtreecommitdiff
path: root/tools/common/helpers.h
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2018-06-04 13:21:22 +0800
committerJohn Hodge <tpg@mutabah.net>2018-06-04 13:21:22 +0800
commit42bdc18d4ba8f9fd19109050eb83bb6615539a75 (patch)
tree88501e01485038ad879160383b60c2e02b97f96e /tools/common/helpers.h
parent8d99deade68a9c995101fd5944f9011fcf3dccc7 (diff)
downloadmrust-42bdc18d4ba8f9fd19109050eb83bb6615539a75.tar.gz
All - Ensure that all files have a header comment, remove some dead code
Diffstat (limited to 'tools/common/helpers.h')
-rw-r--r--tools/common/helpers.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/common/helpers.h b/tools/common/helpers.h
index 8111483a..a1250847 100644
--- a/tools/common/helpers.h
+++ b/tools/common/helpers.h
@@ -1,3 +1,11 @@
+/*
+ * mrustc common tools
+ * - by John Hodge (Mutabah)
+ *
+ * tools/common/helpers.h
+ * - General helper classes
+ */
+// TODO: Replace this header with src/includ/string_view.hpp
#pragma once
#include <string>