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