No longer crash when a consteval function returns a structure
authorAaron Ballman <aaron@aaronballman.com>
Thu, 4 Nov 2021 13:40:22 +0000 (09:40 -0400)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 4 Nov 2021 13:41:10 +0000 (09:41 -0400)
commitc524f1a0764da0c8d1775b2860dfc33901ca9c8f
tree1e42ba3dae1e2a7b798ed7c73ad9976f14ba3b34
parent61d6f4e60af0e18693cc200e47511cb91450690e
No longer crash when a consteval function returns a structure

Ensure that the destination slot exists in this case. This addresses PR51484.
clang/lib/CodeGen/CGExprAgg.cpp
clang/test/CodeGenCXX/cxx20-consteval-crash.cpp