]> granicus.if.org Git - clang/commit
Replace completely bogus ambiguous-compound-literal-in-C++ code with something
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 15 May 2014 02:51:15 +0000 (02:51 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 15 May 2014 02:51:15 +0000 (02:51 +0000)
commit537ec10ebce2ac701473e89cefff99a637b22c6c
treeb1320cc8b5a8bf0fb29a6ef225b1719666d2b9ce
parentae2d06735fec992d61c44cf531984e5ffc7e67d1
Replace completely bogus ambiguous-compound-literal-in-C++ code with something
that isn't always wrong.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@208844 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseExprCXX.cpp
test/Parser/compound_literal.c