[all-commits] [llvm/llvm-project] 964da8: PR45350: Handle unsized array CXXConstructExprs in...
Richard Smith via All-commits
all-commits at lists.llvm.org
Mon May 18 18:42:06 PDT 2020
Branch: refs/heads/release/10.x
Home: https://github.com/llvm/llvm-project
Commit: 964da8185568aa86e6ddbd8f2fadf1faf22df7d2
https://github.com/llvm/llvm-project/commit/964da8185568aa86e6ddbd8f2fadf1faf22df7d2
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2020-05-18 (Mon, 18 May 2020)
Changed paths:
M clang/lib/AST/ExprConstant.cpp
M clang/test/SemaCXX/constant-expression-cxx2a.cpp
Log Message:
-----------
PR45350: Handle unsized array CXXConstructExprs in constant evaluation
of array new expressions with runtime bound.
(cherry picked from commit 9a7eda1bece887ca9af085d79fe6e4fb8826dcda)
More information about the All-commits
mailing list