aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Utility/Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Utility/Utils.h')
-rw-r--r--include/lldb/Utility/Utils.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/include/lldb/Utility/Utils.h b/include/lldb/Utility/Utils.h
new file mode 100644
index 000000000000..46bc1847c0b7
--- /dev/null
+++ b/include/lldb/Utility/Utils.h
@@ -0,0 +1,22 @@
+//===-- Utils.h -------------------------------------------------*- C++ -*-===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef utility_Utils_h_
+#define utility_Utils_h_
+
+// These utilities have llvm namespace.
+#include "llvm/ADT/STLExtras.h"
+
+namespace lldb_private {
+
+// Add lldb utilities here.
+
+} // namespace lldb_private
+
+#endif // utility_Utils