summaryrefslogtreecommitdiffstats
path: root/llvm/include/Support/DOTGraphTraits.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/Support/DOTGraphTraits.h')
-rw-r--r--llvm/include/Support/DOTGraphTraits.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/include/Support/DOTGraphTraits.h b/llvm/include/Support/DOTGraphTraits.h
index 002a78ec4f8..63837b7ddf6 100644
--- a/llvm/include/Support/DOTGraphTraits.h
+++ b/llvm/include/Support/DOTGraphTraits.h
@@ -19,6 +19,8 @@
#include <string>
+namespace llvm {
+
/// DefaultDOTGraphTraits - This class provides the default implementations of
/// all of the DOTGraphTraits methods. If a specialization does not need to
/// override all methods here it should inherit so that it can get the default
@@ -96,4 +98,6 @@ struct DefaultDOTGraphTraits {
template <typename Ty>
class DOTGraphTraits : public DefaultDOTGraphTraits {};
+} // End llvm namespace
+
#endif
OpenPOWER on IntegriCloud