Add unsigned char and void types to recognized PrimitiveTypes.
Fixes: #60670
Depends on D144037
Paths
| Differential D144041
[clang-tidy] add primitive types for hungarian identifier-naming (unsigned char and void) ClosedPublic Authored by amurzeau on Feb 14 2023, 1:25 PM.
Details Summary Add unsigned char and void types to recognized PrimitiveTypes. Depends on D144037
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 15 2023, 7:34 AM Comment Actions I do not have commit access to the repo, can someone commit this patch for me ? (after D144037) Closed by commit rG37e6a4f9496c: [clang-tidy] add primitive types for hungarian identifier-naming (unsigned char… (authored by amurzeau, committed by PiotrZSL). · Explain WhyFeb 20 2023, 11:19 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 498917 clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
clang-tools-extra/test/clang-tidy/checkers/readability/Inputs/identifier-naming/hungarian-notation2/.clang-tidy
clang-tools-extra/test/clang-tidy/checkers/readability/identifier-naming-hungarian-notation-cfgfile.cpp
clang-tools-extra/test/clang-tidy/checkers/readability/identifier-naming-hungarian-notation.cpp
|