]> granicus.if.org Git - clang/commit
sizeof... a parameter pack should be an unevaluated context.
authorFaisal Vali <faisalv@yahoo.com>
Thu, 31 Oct 2013 15:58:51 +0000 (15:58 +0000)
committerFaisal Vali <faisalv@yahoo.com>
Thu, 31 Oct 2013 15:58:51 +0000 (15:58 +0000)
commit6b0dc6426f0cf1e74627f4fa92729c42c306347b
tree2563edab33484aeadab2dcac655f666a726bd112
parent1aa89697dc73760dce700e99d78c5805aa8bd7bb
sizeof... a parameter pack should be an unevaluated context.

- can't think of a way to test this without generic lambda captures, but will include a test once that patch is made commit-ready.

patch was ok'd by Doug.
http://llvm-reviews.chandlerc.com/D2029

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193757 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseExpr.cpp