[clang] [clang][NFC] Annotate `Type` bit-fields with `clang::preferred_type` (PR #70349)

via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 26 22:51:31 PDT 2023


================
@@ -20,7 +20,7 @@ namespace clang {
 
 /// Describes the different kinds of linkage
 /// (C++ [basic.link], C99 6.2.2) that an entity may have.
-enum Linkage : unsigned char {
+enum Linkage : unsigned {
----------------
cor3ntin wrote:

can you explain this change?

https://github.com/llvm/llvm-project/pull/70349


More information about the cfe-commits mailing list