aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/readability/NamespaceCommentCheck.cpp
AgeCommit message (Expand)Author
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2018-01-11[clang-tidy] Fix google-readability-namespace-comments handling of C++17 nest...Alexander Kornienko
2017-10-12Revert "Fix nested namespaces in google-readability-nested-namespace-comments."Alexander Kornienko
2017-10-06Fix nested namespaces in google-readability-nested-namespace-comments.Aaron Ballman
2016-12-14modernize-use-auto NFC fixesPiotr Padlewski
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang
2016-09-24[clang-tidy] Cleaning up language options.Gabor Horvath
2015-12-16[clang-tidy] google-readability-namespace-comments: ignore stray semicolonsAlexander Kornienko
2015-09-02Disable clang-tidy readability checkers when not compiling in C++ mode. None ...Aaron Ballman
2015-04-08[clang-tidy] Fix for http://llvm.org/PR23130Alexander Kornienko
2015-03-23Make helpers static. clang-tools edition.Benjamin Kramer
2015-03-05Use std::string instead of StringRef to prevent use-after-free.Daniel Jasper
2015-03-05[clang-tidy] Replace unrecognized namespace ending comments.Alexander Kornienko
2014-11-17[clang-tidy] Move the missing namespace comment warnings to the closing braceAlexander Kornienko
2014-10-16[clang-tidy] Minor fixes for the NamespaceCommentCheck.Alexander Kornienko
2014-10-16[clang-tidy] Default options in modules.Alexander Kornienko
2014-09-22Add NamespaceCommentCheck to the Google module.Alexander Kornienko