[all-commits] [llvm/llvm-project] bd08e0: PR47143: Don't crash while constant-evaluating val...
Richard Smith via All-commits
all-commits at lists.llvm.org
Wed Aug 12 16:54:07 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bd08e0cf1cb1f1f294e4253ba5907ec4c81b05fe
https://github.com/llvm/llvm-project/commit/bd08e0cf1cb1f1f294e4253ba5907ec4c81b05fe
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2020-08-12 (Wed, 12 Aug 2020)
Changed paths:
M clang/lib/AST/ExprConstant.cpp
M clang/test/SemaCXX/constant-expression-cxx2a.cpp
Log Message:
-----------
PR47143: Don't crash while constant-evaluating value-initialization of
an array of unknown bound as the initializer of an array new expression.
More information about the All-commits
mailing list