This is an archive of the discontinued LLVM Phabricator instance.

[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.
Fixes: #60670

Depends on D144037

Diff Detail

Event Timeline

amurzeau created this revision.Feb 14 2023, 1:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 14 2023, 1:25 PM
amurzeau requested review of this revision.Feb 14 2023, 1:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 14 2023, 1:25 PM
This revision is now accepted and ready to land.Feb 15 2023, 7:34 AM

I do not have commit access to the repo, can someone commit this patch for me ? (after D144037)