[PATCH] Improved llvm-namespace-comment check.

Manuel Klimek klimek at google.com
Mon May 19 07:34:10 PDT 2014


================
Comment at: clang-tidy/llvm/NamespaceCommentCheck.cpp:42
@@ +41,3 @@
+    return;
+  SourceLocation Loc = AfterRBrace;
+  Token Tok;
----------------
This overall needs a lot more comments to be understandable... perhaps also try to pull out a few functions?

http://reviews.llvm.org/D3825






More information about the cfe-commits mailing list