Fixes #64130
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D156608
[clang-tidy] Do not warn on macros starting with underscore and lowercase letter in bugprone-reserved-identifier ClosedPublic Authored by carlosgalvezp on Jul 30 2023, 2:08 AM.
Details Summary Fixes #64130
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 30 2023, 3:02 AM Closed by commit rG2992d084774f: [clang-tidy] Do not warn on macros starting with underscore and lowercase… (authored by carlosgalvezp). · Explain WhyJul 30 2023, 5:11 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 545425 clang-tools-extra/clang-tidy/bugprone/ReservedIdentifierCheck.cpp
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/test/clang-tidy/checkers/bugprone/reserved-identifier.cpp
|