| Commit message (Expand) | Author | Age | Files | Lines |
| * | [clang-tidy] Fix PR26274 | Alexander Kornienko | 2019-12-06 | 1 | -64/+70 |
| * | Revert "Fix llvm-namespace-comment for macro expansions" | Alexander Kornienko | 2019-12-03 | 1 | -120/+13 |
| * | Fix llvm-namespace-comment for macro expansions | Marcin Twardak | 2019-11-23 | 1 | -13/+120 |
| * | [clang-tidy] Adjust location of namespace comment diagnostic | Ilya Biryukov | 2019-07-17 | 1 | -1/+8 |
| * | Re-apply r357823 "[Lexer] NFC: Fix an off-by-one bug in getAsCharRange()." | Artem Dergachev | 2019-04-23 | 1 | -1/+4 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Port getLocStart -> getBeginLoc | Stephen Kelly | 2018-08-09 | 1 | -2/+2 |
| * | [clang-tidy] Fix google-readability-namespace-comments handling of C++17 nest... | Alexander Kornienko | 2018-01-11 | 1 | -10/+59 |
| * | Revert "Fix nested namespaces in google-readability-nested-namespace-comments." | Alexander Kornienko | 2017-10-12 | 1 | -53/+10 |
| * | Fix nested namespaces in google-readability-nested-namespace-comments. | Aaron Ballman | 2017-10-06 | 1 | -10/+53 |
| * | modernize-use-auto NFC fixes | Piotr Padlewski | 2016-12-14 | 1 | -1/+1 |
| * | [clang-tools-extra] Format sources with clang-format. NFC. | Mandeep Singh Grang | 2016-11-08 | 1 | -1/+2 |
| * | [clang-tidy] Cleaning up language options. | Gabor Horvath | 2016-09-24 | 1 | -1/+1 |
| * | [clang-tidy] google-readability-namespace-comments: ignore stray semicolons | Alexander Kornienko | 2015-12-16 | 1 | -1/+2 |
| * | Disable clang-tidy readability checkers when not compiling in C++ mode. None ... | Aaron Ballman | 2015-09-02 | 1 | -1/+4 |
| * | [clang-tidy] Fix for http://llvm.org/PR23130 | Alexander Kornienko | 2015-04-08 | 1 | -3/+3 |
| * | Make helpers static. clang-tools edition. | Benjamin Kramer | 2015-03-23 | 1 | -3/+4 |
| * | Use std::string instead of StringRef to prevent use-after-free. | Daniel Jasper | 2015-03-05 | 1 | -1/+1 |
| * | [clang-tidy] Replace unrecognized namespace ending comments. | Alexander Kornienko | 2015-03-05 | 1 | -17/+22 |
| * | [clang-tidy] Move the missing namespace comment warnings to the closing brace | Alexander Kornienko | 2014-11-17 | 1 | -1/+9 |
| * | [clang-tidy] Minor fixes for the NamespaceCommentCheck. | Alexander Kornienko | 2014-10-16 | 1 | -4/+6 |
| * | [clang-tidy] Default options in modules. | Alexander Kornienko | 2014-10-16 | 1 | -2/+1 |
| * | Add NamespaceCommentCheck to the Google module. | Alexander Kornienko | 2014-09-22 | 1 | -0/+127 |