[PATCH] D69855: [clang-tidy] Fix llvm-namespace-comment for macro expansions
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 4 10:59:23 PST 2019
gribozavr2 added a comment.
In D69855#1769318 <https://reviews.llvm.org/D69855#1769318>, @twardakm wrote:
> @alexfh, @gribozavr2, @aaron.ballman I think the best way out here is just to implement the basic fix for the above problem and only allow to use macro definition in closing comment and skip checking macro expansions completely. If you agree I will provide a patch for that.
alexfh already provided a fix, please review and ensure that it fixes your case: https://reviews.llvm.org/D70974
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69855/new/
https://reviews.llvm.org/D69855
More information about the cfe-commits
mailing list