summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/checkers/llvm-namespace-comment.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Fix llvm-namespace-comment for macro expansions"Alexander Kornienko2019-12-031-41/+0
| | | | | This reverts commit 4736d63f752f8d13f4c6a9afd558565c32119718. This commit introduces a ton of false positives and incorrect fixes. See https://reviews.llvm.org/D69855#1767089 for details.
* Fix llvm-namespace-comment for macro expansionsMarcin Twardak2019-11-231-0/+41
If a namespace is a macro name, it should be allowed to close the namespace with the same name.
OpenPOWER on IntegriCloud