[PATCH] D72378: [clang-tidy] Add `bugprone-reserved-identifier`
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 7 18:09:10 PST 2020
Eugene.Zelenko added inline comments.
================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:100
+
+ Checks for usages of identifiers reserved for use by the C++ implementation.
+ The C++ standard reserves the following names for such use:
----------------
One sentence is enough, details belong to documentation.
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