| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [clang-tidy] Fix google-readability-namespace-comments handling of C++17 ↵ | Alexander Kornienko | 2018-01-11 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | nested namespaces Summary: Fixes bug 34701 When we encounter a namespace find the location of the left bracket. Then if the text between the name and the left bracket contains a ':' then it's a C++17 nested namespace. Reviewers: #clang-tools-extra, alexfh, aaron.ballman Reviewed By: aaron.ballman Subscribers: curdeius, cfe-commits, krasimir, JonasToth, JDevlieghere, xazax.hun Tags: #clang-tools-extra Patch by Alexandru Octavian Buțiu! Differential Revision: https://reviews.llvm.org/D38284 llvm-svn: 322274 | ||||
| * | Renaming a test to start with the name of the check based on post-commit ↵ | Aaron Ballman | 2017-10-06 | 1 | -15/+0 |
| | | | | | | | review feedback; NFC. llvm-svn: 315060 | ||||
| * | Fixing the command line for a test and switching from tabs to spaces. | Aaron Ballman | 2017-10-06 | 1 | -6/+4 |
| | | | | | llvm-svn: 315059 | ||||
| * | Fix nested namespaces in google-readability-nested-namespace-comments. | Aaron Ballman | 2017-10-06 | 1 | -0/+17 |
| Fixes PR34701. Patch by Alexandru Octavian Buțiu. llvm-svn: 315057 | |||||

