[clang] [clang][Sema] Move computing enum width and type to a separate function (PR #120965)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 14 10:41:55 PST 2025
================
@@ -3987,6 +3987,7 @@ class Sema final : public SemaBase {
SourceLocation IdLoc, IdentifierInfo *Id,
const ParsedAttributesView &Attrs,
SourceLocation EqualLoc, Expr *Val);
+
----------------
Sirraide wrote:
```suggestion
```
This was probably accidental
https://github.com/llvm/llvm-project/pull/120965
More information about the cfe-commits
mailing list