[PATCH] D72378: [clang-tidy] Add `bugprone-reserved-identifier`
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 8 06:44:17 PST 2020
Eugene.Zelenko added inline comments.
================
Comment at: clang-tools-extra/docs/clang-tidy/checks/bugprone-reserved-identifier.rst:34
+ If non-zero, inverts the check, i.e. flags names that are not reserved.
+ Default is `0`.
+
----------------
JonasToth wrote:
> i think you need double-tick here. The highlighting seems weird, usually its orangy, isn't it?
No, single back-ticks for option values, double back-ticks for language constructs.
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