Mariya Podchishchaeva
|
1d65c35ce1
|
[clang] Reject _Complex _BitInt (#119402)
The C standard doesn't require support for these types and Codegen for
these types is incorrect ATM.
See https://github.com/llvm/llvm-project/issues/119352
|
2024-12-12 12:19:48 +01:00 |
|
Timm Baeder
|
923b8eea64
|
[clang][bytecode] Allow ArrayElemPtr ops on null pointers (#113132)
This regresses one of the _Complex test cases a bit, but since the
diagnostic output wasn't very good here in the first place, let's ignore
it.
|
2024-10-21 09:52:07 +02:00 |
|
Timm Baeder
|
40db261551
|
[clang][bytecode] Fix #55390 here as well (#106395)
Ignore the multiplication overflow but report the 0 denominator.
|
2024-08-28 19:09:12 +02:00 |
|
Timm Baeder
|
a07aba5d44
|
[clang] Rename all AST/Interp stuff to AST/ByteCode (#104552)
"Interp" clashes with the clang interpreter and people often confuse
this.
|
2024-08-16 17:13:12 +02:00 |
|