summaryrefslogtreecommitdiff
path: root/clang/test/AST/ByteCode/c.c
AgeCommit message (Expand)Author
2025-11-11[clang][bytecode] Add a C test case (#167484)Timm Baeder
2025-10-27[clang][bytecode] Fix crash when array index is past end of array in C (#165186)camc
2025-10-20[clang][bytecode] Check param types against function prototype (#163920)Timm Baeder
2025-09-23[clang][bytecode] Load value of non-lvalue ArraySubscriptExpr (#160024)Timm Baeder
2025-09-15[Clang] [Sema] Make `-Wincompatible-pointer-types` an error by default (#157364)Sirraide
2025-08-30[clang][bytecode] Fix ignoring comparisons in C (#156180)Timm Baeder
2025-08-26[clang][bytecode] Error if calls have fewer arguments than parameters (#155151)Timm Baeder
2025-08-26[clang][bytecode] Check that a ltor cast to a complex value is possible (#155...Timm Baeder
2025-08-21[clang][bytecode] Guard strcmp against differing element types (#154777)Timm Baeder
2025-08-18[clang][bytecode] Always track item types in InterpStack (#151088)Timm Baeder
2025-04-23[clang][bytecode] Allow casts from void* only in std::allocator calls (#136714)Timm Baeder
2025-03-25[clang][bytecode] Support composite arrays in memcpy op (#132775)Timm Baeder
2024-08-23[clang][bytecode] Reject void InitListExpr differently (#105802)Timm Baeder
2024-08-22[clang][bytecode] Allow adding offsets to function pointers (#105641)Timm Baeder
2024-08-17[clang][bytecode] Classify 1-bit unsigned integers as bool (#104662)Timm Baeder
2024-08-16[clang] Rename all AST/Interp stuff to AST/ByteCode (#104552)Timm Baeder