aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/readability/NamespaceCommentCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-08[clang-tidy][NFC] fix formatting of `namespace-comment-check` (#143305)Baranov Victor1-9/+11
2025-06-08added option `google-readability-namespace-comments.AllowNoNamespaceComments`...Thorsten Klein1-1/+11
2025-05-25[clang-tidy] Remove unused includes (NFC) (#141420)Kazu Hirata1-1/+0
2023-12-13[clang-tidy] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-2/+2
2023-08-27[clang-tidy][NFC] Fix readability-uppercase-literal-suffix findingsPiotr Zegar1-2/+2
2023-08-05[clang-tidy] Fix inline namespaces in llvm-namespace-commentPiotr Zegar1-4/+7
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-6/+2
2023-01-07[clang-tools-extra] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-3/+3
2023-01-07[clang-tools-extra] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-03[clang-tidy] Use std::nullopt instead of None (NFC)Kazu Hirata1-1/+1
2020-04-05[clang-tools-extra] NFC: Fix trivial typo in documents and commentsKazuaki Ishizaki1-1/+1
2020-03-03[clang-tidy] Change checks to use new isLanguageVersionSupported restrictionNathan James1-4/+1
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2019-12-06[clang-tidy] Fix PR26274Alexander Kornienko1-64/+70
2019-12-03Revert "Fix llvm-namespace-comment for macro expansions"Alexander Kornienko1-120/+13
2019-11-23Fix llvm-namespace-comment for macro expansionsMarcin Twardak1-13/+120
2019-07-17[clang-tidy] Adjust location of namespace comment diagnosticIlya Biryukov1-1/+8
2019-04-23Re-apply r357823 "[Lexer] NFC: Fix an off-by-one bug in getAsCharRange()."Artem Dergachev1-1/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-09Port getLocStart -> getBeginLocStephen Kelly1-2/+2
2018-01-11[clang-tidy] Fix google-readability-namespace-comments handling of C++17 nest...Alexander Kornienko1-10/+59
2017-10-12Revert "Fix nested namespaces in google-readability-nested-namespace-comments."Alexander Kornienko1-53/+10
2017-10-06Fix nested namespaces in google-readability-nested-namespace-comments.Aaron Ballman1-10/+53
2016-12-14modernize-use-auto NFC fixesPiotr Padlewski1-1/+1
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang1-1/+2
2016-09-24[clang-tidy] Cleaning up language options.Gabor Horvath1-1/+1
2015-12-16[clang-tidy] google-readability-namespace-comments: ignore stray semicolonsAlexander Kornienko1-1/+2
2015-09-02Disable clang-tidy readability checkers when not compiling in C++ mode. None ...Aaron Ballman1-1/+4
2015-04-08[clang-tidy] Fix for http://llvm.org/PR23130Alexander Kornienko1-3/+3
2015-03-23Make helpers static. clang-tools edition.Benjamin Kramer1-3/+4
2015-03-05Use std::string instead of StringRef to prevent use-after-free.Daniel Jasper1-1/+1
2015-03-05[clang-tidy] Replace unrecognized namespace ending comments.Alexander Kornienko1-17/+22
2014-11-17[clang-tidy] Move the missing namespace comment warnings to the closing braceAlexander Kornienko1-1/+9
2014-10-16[clang-tidy] Minor fixes for the NamespaceCommentCheck.Alexander Kornienko1-4/+6
2014-10-16[clang-tidy] Default options in modules.Alexander Kornienko1-2/+1
2014-09-22Add NamespaceCommentCheck to the Google module.Alexander Kornienko1-0/+127