summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/google-readability-nested-namespace-comments.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [clang-tidy] Fix google-readability-namespace-comments handling of C++17 ↵Alexander Kornienko2018-01-111-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 Ballman2017-10-061-15/+0
| | | | | | review feedback; NFC. llvm-svn: 315060
* Fixing the command line for a test and switching from tabs to spaces.Aaron Ballman2017-10-061-6/+4
| | | | llvm-svn: 315059
* Fix nested namespaces in google-readability-nested-namespace-comments.Aaron Ballman2017-10-061-0/+17
Fixes PR34701. Patch by Alexandru Octavian Buțiu. llvm-svn: 315057
OpenPOWER on IntegriCloud