]> granicus.if.org Git - clang/commit
PR3269: create an empty InitListExpr as a child for the
authorEli Friedman <eli.friedman@gmail.com>
Mon, 26 Jan 2009 01:33:06 +0000 (01:33 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Mon, 26 Jan 2009 01:33:06 +0000 (01:33 +0000)
commit1d24259b5f13663d015c096d5500dcf0ea5ff568
tree4f4c8d04c308008171ac7ce682c81b540ddd6028
parentde7aeefc5573d669ed476d7bda7a8940d3bcadb7
PR3269: create an empty InitListExpr as a child for the
CompoundLiteralExpr so that there aren't any null pointers in the AST.

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