Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |