diff options
Diffstat (limited to 'clang/tools/diagtool/DiagTool.h')
-rw-r--r-- | clang/tools/diagtool/DiagTool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/diagtool/DiagTool.h b/clang/tools/diagtool/DiagTool.h index c1ae0e54279..04b926df3b6 100644 --- a/clang/tools/diagtool/DiagTool.h +++ b/clang/tools/diagtool/DiagTool.h @@ -54,7 +54,7 @@ public: RegisterDiagTool() { diagTools->registerTool(new DIAGTOOL()); } }; -} // namespace diagtool +} // end diagtool namespace #define DEF_DIAGTOOL(NAME, DESC, CLSNAME)\ namespace {\ |