diff options
Diffstat (limited to 'clang-tools-extra/clang-tidy/google/TodoCommentCheck.cpp')
| -rw-r--r-- | clang-tools-extra/clang-tidy/google/TodoCommentCheck.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang-tools-extra/clang-tidy/google/TodoCommentCheck.cpp b/clang-tools-extra/clang-tidy/google/TodoCommentCheck.cpp index 074981f4554..f1c79ce6bbe 100644 --- a/clang-tools-extra/clang-tidy/google/TodoCommentCheck.cpp +++ b/clang-tools-extra/clang-tidy/google/TodoCommentCheck.cpp @@ -13,6 +13,7 @@ namespace clang { namespace tidy { +namespace google { namespace readability { class TodoCommentCheck::TodoCommentHandler : public CommentHandler { @@ -60,5 +61,6 @@ void TodoCommentCheck::registerPPCallbacks(CompilerInstance &Compiler) { } } // namespace readability +} // namespace google } // namespace tidy } // namespace clang |

