summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/cxx20-consteval-crash.cpp
AgeCommit message (Expand)Author
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2023-04-06[clang] Reset track of immediate function context when entering new functionMariya Podchishchaeva
2023-02-09[clang][codegen] Fix emission of consteval constructor of derived typeMariya Podchishchaeva
2022-10-06[CodeGenCXX] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-08-30[clang] Don't emit debug vtable information for consteval functionsLuke Nihlen
2022-08-11Fix crash-on-valid with consteval temporary construction through list initial...Aaron Ballman
2022-04-13Restrict lvalue-to-rvalue conversions in CGExprConstant.Eli Friedman
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-03-28Fix template instantiation of UDLsAaron Ballman
2021-11-04No longer crash when a consteval function returns a structureAaron Ballman
2021-10-14Fix a crash on valid consteval code.Aaron Ballman