]> granicus.if.org Git - clang/commit
[c++20] Fix crash when constant-evaluating an assignment with a
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 1 Oct 2019 00:07:14 +0000 (00:07 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 1 Oct 2019 00:07:14 +0000 (00:07 +0000)
commit66e4895a66a2c5dd5aae372cceec260a73a9233f
tree67a5d991b264bf573da1a4ca70d442df5df1bb8e
parent8ea70c9ede7ac82d9363c122a9a84aded054984c
[c++20] Fix crash when constant-evaluating an assignment with a
reference member access on its left-hand side.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@373276 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprConstant.cpp
test/SemaCXX/constant-expression-cxx2a.cpp