]> granicus.if.org Git - clang/commit
Remember whether an initlist had a designator in the AST.
authorChris Lattner <sabre@nondot.org>
Sun, 26 Oct 2008 23:43:26 +0000 (23:43 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 26 Oct 2008 23:43:26 +0000 (23:43 +0000)
commit418f6c7d142e5ff4607f70cd8431d008442bafe9
treea6a6bba34ee5b0c7932b08ac7d632765ac226068
parent220ad7c8d1adc23799e480faf189332f1eb032e6
Remember whether an initlist had a designator in the AST.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58218 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/RewriteObjC.cpp
clang.xcodeproj/project.pbxproj
include/clang/AST/Expr.h
lib/AST/Expr.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaInit.cpp