PR45350: Handle unsized array CXXConstructExprs in constant evaluation
authorRichard Smith <richard@metafoo.co.uk>
Mon, 30 Mar 2020 02:31:21 +0000 (19:31 -0700)
committerRichard Smith <richard@metafoo.co.uk>
Mon, 30 Mar 2020 02:33:56 +0000 (19:33 -0700)
commit9a7eda1bece887ca9af085d79fe6e4fb8826dcda
treeb38f45e90aa7c912b732b98c020ab0b564d9c1fe
parent31a1d85c535e26ac90915b19953f753b4f5648cd
PR45350: Handle unsized array CXXConstructExprs in constant evaluation
of array new expressions with runtime bound.
clang/lib/AST/ExprConstant.cpp
clang/test/SemaCXX/constant-expression-cxx2a.cpp