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

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 31 08:06:43 PDT 2023


================
@@ -49,7 +49,7 @@ struct ExprDependenceScope {
 using ExprDependence = ExprDependenceScope::ExprDependence;
 
 struct TypeDependenceScope {
-  enum TypeDependence : uint8_t {
+  enum TypeDependence : unsigned {
----------------
AaronBallman wrote:

Now that we're reviewing https://github.com/llvm/llvm-project/pull/70632 should we revert the changes to underlying types from this patch?

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


More information about the cfe-commits mailing list