[clang-tidy] Minor fixes for the NamespaceCommentCheck.
authorAlexander Kornienko <alexfh@google.com>
Thu, 16 Oct 2014 15:11:54 +0000 (15:11 +0000)
committerAlexander Kornienko <alexfh@google.com>
Thu, 16 Oct 2014 15:11:54 +0000 (15:11 +0000)
commit27f126b0064528fac915c195761a60a8ca8627bc
tree4613eae95fe5ba8078614a8588093a2f84c28888
parentf445a56b61c2606378ab37c8635dcb1a3f45db8e
[clang-tidy] Minor fixes for the NamespaceCommentCheck.

  * Make SmallVector size enough for all groups.
  * Allow trailing period in the comment.
  * Fix "// anonymous namespace qqq".

llvm-svn: 219926
clang-tools-extra/clang-tidy/readability/NamespaceCommentCheck.cpp
clang-tools-extra/unittests/clang-tidy/ReadabilityChecksTest.cpp