summaryrefslogtreecommitdiff
path: root/clang/test/AST/ByteCode/cxx23.cpp
AgeCommit message (Expand)Author
2025-11-17[clang][bytecode] Check pointers in GetPtrField{,Pop} (#167335)Timm Baeder
2025-09-28[clang][bytecode] Diagnose volatile writes (#160350)Timm Baeder
2025-09-04[clang][bytecode] Reject null pointers in CheckStore() (#156645)Timm Baeder
2025-08-10[clang][bytecode] Use Param decl as variable source if we can (#152909)Timm Baeder
2025-07-16[clang][bytecode] Make union activation more granular (#148835)Timm Baeder
2025-07-08[clang][bytecode] Fix activating nested unions (#147338)Timm Baeder
2025-05-22[clang][bytecode] Fix self-init diagnostics in C++23 (#141044)Timm Baeder
2025-04-23[clang][bytecode] Allow casts from void* only in std::allocator calls (#136714)Timm Baeder
2025-04-08[clang][bytecode] Fix emitting dtors of zero-sized arrays (#134672)Timm Baeder
2025-01-14Revert "[clang][bytecode] Mark global decls with diagnostics invalid (#122895)"Timm Bäder
2025-01-14[clang][bytecode] Mark global decls with diagnostics invalid (#122895)Timm Baeder
2024-11-28[Clang] Fix constexpr-ness on implicitly deleted destructors (#116359)A. Jiang
2024-09-27[clang][bytecode] Refuse to contruct objects with virtual bases (#110142)Timm Baeder
2024-09-26[clang][bytecode] Add a source location to destructor calls (#110121)Timm Baeder
2024-09-26[clang][bytecode] Don't call dtors of anonymous unions (#110087)Timm Baeder
2024-08-17[clang][bytecode] Fix shifting negative values (#104663)Timm Baeder
2024-08-16[clang] Rename all AST/Interp stuff to AST/ByteCode (#104552)Timm Baeder