llvm-capstone/clang/test/C
Aaron Ballman 7b8f5f7df7 No longer hang on typeof of a function type
We were calling `isFunctionProtoType()` on a `ParsedType` rather than
creating a valid semantic type first and calling the function on that.
The call to `isFunctionProtoType()` would eventually call
`getUnqualifiedDesugaredType()`, which loops indefinitely until we get
a desugared type and a `ParsedType` will never finish desugaring.

Fixes https://github.com/llvm/llvm-project/issues/64713
2023-08-17 07:15:30 -04:00
..
C2x No longer hang on typeof of a function type 2023-08-17 07:15:30 -04:00
C11 [C23] Rename C2x->C23 in diagnostics 2023-08-11 08:42:01 -04:00
C99
drs [C23] Rename C2x->C23 in diagnostics 2023-08-11 08:42:01 -04:00