[all-commits] [llvm/llvm-project] ff4791: PR47143: Don't crash while constant-evaluating val...
Richard Smith via All-commits
all-commits at lists.llvm.org
Wed Aug 12 16:59:12 PDT 2020
Branch: refs/heads/release/11.x
Home: https://github.com/llvm/llvm-project
Commit: ff47911ddfc10d023ef0debf229a60c9fce9443a
https://github.com/llvm/llvm-project/commit/ff47911ddfc10d023ef0debf229a60c9fce9443a
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.
(cherry picked from commit bd08e0cf1cb1f1f294e4253ba5907ec4c81b05fe)
More information about the All-commits
mailing list