[PATCH] D72378: [clang-tidy] Add `bugprone-reserved-identifier`
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 25 06:20:59 PST 2020
lebedev.ri added a comment.
So, i'm seeing an issue here:
https://godbolt.org/z/KM2qLa
I can't `NOLINT` it, because it is defined not in the source file, but in compile line.
And i can't whitelist it since there is no whitelist..
PTAL.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72378/new/
https://reviews.llvm.org/D72378
More information about the cfe-commits
mailing list