diff options
Diffstat (limited to 'clang-tools-extra/clang-tidy/misc/MacroParenthesesCheck.h')
-rw-r--r-- | clang-tools-extra/clang-tidy/misc/MacroParenthesesCheck.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang-tools-extra/clang-tidy/misc/MacroParenthesesCheck.h b/clang-tools-extra/clang-tidy/misc/MacroParenthesesCheck.h index f4a79c01bf6..e398fc6564c 100644 --- a/clang-tools-extra/clang-tidy/misc/MacroParenthesesCheck.h +++ b/clang-tools-extra/clang-tidy/misc/MacroParenthesesCheck.h @@ -14,6 +14,7 @@ namespace clang { namespace tidy { +namespace misc { /// Finds macros that can have unexpected behaviour due to missing parentheses. /// @@ -35,6 +36,7 @@ public: void registerPPCallbacks(CompilerInstance &Compiler) override; }; +} // namespace misc } // namespace tidy } // namespace clang |