================
@@ -5209,6 +5209,85 @@ QualType ASTContext::getEnumType(const EnumDecl *Decl) 
const {
   return QualType(newType, 0);
 }
 
+bool ASTContext::computeBestEnumTypes(bool isPacked, unsigned NumNegativeBits,
----------------
Sirraide wrote:

```suggestion
bool ASTContext::computeBestEnumTypes(bool IsPacked, unsigned NumNegativeBits,
```

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

Reply via email to