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

The only place this enum is stored is bit-field I annotate in this patch. Like 
it was with `TypeAlignment`, I'm only encoding status quo that actual 
underlying type for this enum is unsigned. There is no impact on memory 
footprint, because I'm yet to see us deriving bit-field width from underlying 
type of enum.

https://github.com/llvm/llvm-project/pull/70349
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to