================
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



_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to