[all-commits] [llvm/llvm-project] 0f6fac: Don't build a StringLiteral expression with refere...
Richard Smith via All-commits
all-commits at lists.llvm.org
Mon Sep 21 15:25:42 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0f6facca9701f6df87d13e55d70bd7111a0472aa
https://github.com/llvm/llvm-project/commit/0f6facca9701f6df87d13e55d70bd7111a0472aa
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2020-09-21 (Mon, 21 Sep 2020)
Changed paths:
M clang/lib/Sema/SemaInit.cpp
M clang/test/CodeGenCXX/cxx0x-initializer-references.cpp
Log Message:
-----------
Don't build a StringLiteral expression with reference type when
performing list-initialization of a char array reference from a braced
string literal of a smaller size.
More information about the All-commits
mailing list