]> granicus.if.org Git - clang/commit
In -Wno-error=non-pod-varargs, initialize a temporary with
authorJohn McCall <rjmccall@apple.com>
Fri, 26 Aug 2011 18:41:18 +0000 (18:41 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 26 Aug 2011 18:41:18 +0000 (18:41 +0000)
commit66c203051f052cb2f9c550338fd966075a5bdcee
tree1e45f0cf2959b6eb229742c5ee9d23ec3aa38499
parent807179763b87a24de26b3c89e7ae9e898bab420c
In -Wno-error=non-pod-varargs, initialize a temporary with
the crazy comma expression so that we get an r-value in the
varargs position.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138638 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp