Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Fix llvm-namespace-comment for macro expansions" | Alexander Kornienko | 2019-12-03 | 1 | -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 expansions | Marcin Twardak | 2019-11-23 | 1 | -0/+41 |
If a namespace is a macro name, it should be allowed to close the namespace with the same name. |