]> granicus.if.org Git - clang/commit
Teach Sema::ActOnCompoundLiteral about constraint C99 6.5.2.5p3.
authorSteve Naroff <snaroff@apple.com>
Wed, 9 Jan 2008 20:58:06 +0000 (20:58 +0000)
committerSteve Naroff <snaroff@apple.com>
Wed, 9 Jan 2008 20:58:06 +0000 (20:58 +0000)
commit58d1821279b0ffd002e675d211faca3b5de067e2
tree4646554c734f8bdd619858f267d6e224a462dfa2
parentc0a356b4fa35bf3f7d6031c229c071eef1a8f7a9
Teach Sema::ActOnCompoundLiteral about constraint C99 6.5.2.5p3.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45782 91177308-0d34-0410-b5e6-96231b3b80d8
Sema/SemaExpr.cpp
test/Sema/compound-literal.c