[clang] [Clang] Properly parse enumeration declarations with fixed underlying type in generic associations (PR #210353)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 27 07:58:12 PDT 2026
================
@@ -8677,6 +8683,13 @@ class Parser : public CodeCompletionHandler {
return isCXXTypeId(Context, isAmbiguous);
}
+ bool isNextCXXTypeId(TentativeCXXTypeIdContext Context, bool &isAmbiguous);
----------------
AaronBallman wrote:
```suggestion
bool isNextCXXTypeId(TentativeCXXTypeIdContext Context, bool &IsAmbiguous);
```
https://github.com/llvm/llvm-project/pull/210353
More information about the cfe-commits
mailing list