]> granicus.if.org Git - clang/commit
PR26276: Fix detection of non-cast-expressions as operands of fold-expressions.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 20 Oct 2016 00:55:15 +0000 (00:55 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 20 Oct 2016 00:55:15 +0000 (00:55 +0000)
commitd87515fa113269e9c82ec3e60ccceb2114fd13b0
treef48a6ba5e697d4f6fb1be4063b6fc0b9e0229102
parent0a150c95eaeb53dfcd04639011c06d8a834dccf7
PR26276: Fix detection of non-cast-expressions as operands of fold-expressions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284684 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ExprCXX.h
lib/AST/ExprCXX.cpp
lib/Sema/SemaTemplateVariadic.cpp
test/Parser/cxx1z-fold-expressions.cpp