summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability/NamespaceCommentCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Fix PR26274Alexander Kornienko2019-12-061-64/+70
* Revert "Fix llvm-namespace-comment for macro expansions"Alexander Kornienko2019-12-031-120/+13
* Fix llvm-namespace-comment for macro expansionsMarcin Twardak2019-11-231-13/+120
* [clang-tidy] Adjust location of namespace comment diagnosticIlya Biryukov2019-07-171-1/+8
* Re-apply r357823 "[Lexer] NFC: Fix an off-by-one bug in getAsCharRange()."Artem Dergachev2019-04-231-1/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-2/+2
* [clang-tidy] Fix google-readability-namespace-comments handling of C++17 nest...Alexander Kornienko2018-01-111-10/+59
* Revert "Fix nested namespaces in google-readability-nested-namespace-comments."Alexander Kornienko2017-10-121-53/+10
* Fix nested namespaces in google-readability-nested-namespace-comments.Aaron Ballman2017-10-061-10/+53
* modernize-use-auto NFC fixesPiotr Padlewski2016-12-141-1/+1
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-1/+2
* [clang-tidy] Cleaning up language options.Gabor Horvath2016-09-241-1/+1
* [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