summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability/NamespaceCommentCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] google-readability-namespace-comments: ignore stray semicolonsAlexander Kornienko2015-12-161-1/+2
* Disable clang-tidy readability checkers when not compiling in C++ mode. None ...Aaron Ballman2015-09-021-1/+4
* [clang-tidy] Fix for http://llvm.org/PR23130Alexander Kornienko2015-04-081-3/+3
* Make helpers static. clang-tools edition.Benjamin Kramer2015-03-231-3/+4
* Use std::string instead of StringRef to prevent use-after-free.Daniel Jasper2015-03-051-1/+1
* [clang-tidy] Replace unrecognized namespace ending comments.Alexander Kornienko2015-03-051-17/+22
* [clang-tidy] Move the missing namespace comment warnings to the closing braceAlexander Kornienko2014-11-171-1/+9
* [clang-tidy] Minor fixes for the NamespaceCommentCheck.Alexander Kornienko2014-10-161-4/+6
* [clang-tidy] Default options in modules.Alexander Kornienko2014-10-161-2/+1
* Add NamespaceCommentCheck to the Google module.Alexander Kornienko2014-09-221-0/+127
OpenPOWER on IntegriCloud