Commit 5466524
committed
Support _Complex in the C++ front-end
We typecheck this via the same code path as the C front-end, and just
need to accept that this type exists.
Clang-14 uses _Complex in system headers, and moving to Ubuntu 22.04
GitHub runners requires fixing this first.1 parent 58f9a9d commit 5466524
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
279 | 283 | | |
280 | 284 | | |
281 | 285 | | |
| |||
0 commit comments