aboutsummaryrefslogtreecommitdiff
path: root/include/Support/CommandLine.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Support/CommandLine.h')
-rw-r--r--include/Support/CommandLine.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Support/CommandLine.h b/include/Support/CommandLine.h
index 01f55a81d4..df40d80070 100644
--- a/include/Support/CommandLine.h
+++ b/include/Support/CommandLine.h
@@ -27,6 +27,7 @@
#include <cassert>
#include "boost/type_traits/object_traits.hpp"
+namespace llvm {
/// cl Namespace - This namespace contains all of the command line option
/// processing machinery. It is intentionally a short name to make qualified
/// usage concise.
@@ -1022,4 +1023,6 @@ struct aliasopt {
} // End namespace cl
+} // End namespace llvm
+
#endif