summaryrefslogtreecommitdiff
path: root/clang/test/AST/ByteCode/literals.cpp
AgeCommit message (Expand)Author
2025-11-18[clang][bytecode] Fix fallthrough to switch labels (#168484)Timm Baeder
2025-10-01[clang][bytecode] Fix integral cast edge case (#161506)Timm Baeder
2025-08-19[clang][bytecode] Move pointers from extern globals to new decls (#154273)Timm Baeder
2025-08-19[clang][bytecode][NFC] use both-note in literals test (#154277)Timm Baeder
2025-07-05[clang][bytecode] Fix comparing pointers pointing to base classes (#146285)Timm Baeder
2025-06-13Remove delayed typo expressions (#143423)Aaron Ballman
2025-04-25[clang][bytecode] Propagate IsVolatile bit to subobjects (#137293)Timm Baeder
2025-04-23[clang][bytecode] Refine diagnostics for volatile reads (#136857)Timm Baeder
2025-04-15[clang] consistently quote expressions in diagnostics (#134769)Matheus Izvekov
2025-03-22[clang][bytecode] Ignore overflow in unary operators if requested (#132557)Timm Baeder
2025-03-20[C23] Fix compound literals within function prototype (#132097)Aaron Ballman
2025-02-26[clang][bytecode] Handle UsingDirectiveDecls (#128888)Timm Baeder
2025-02-02[clang][bytecode] Ignore Namespace{Using,Alias}Decls (#125387)Timm Baeder
2025-01-20[clang][bytecode] Fix reporting failed local constexpr initializers (#123588)Timm Baeder
2025-01-17[clang][bytecode] Fix rejecting invalid sizeof expressions (#123332)Timm Baeder
2025-01-09[clang][ExprConst] Add diagnostics for invalid binary arithmetic (#118475)Timm Baeder
2024-12-03[clang][bytecode] Fix discarded pointer subtractions (#118477)Timm Baeder
2024-09-05[Clang] CWG2749: relational operators involving pointers to void (#93046)Mital Ashok
2024-08-22[clang][bytecode] Don't discard all void-typed expressions (#105625)Timm Baeder
2024-08-16[clang] Rename all AST/Interp stuff to AST/ByteCode (#104552)Timm Baeder