mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-14 16:36:42 +00:00

Add `AllowedTypes` options to support custom defined char like type. treat `unsigned char` and `signed char` as char like type by default. The allowed types only effect when the var decl or explicit cast to this non-canonical type names. Fixed: #133425