]> granicus.if.org Git - clang/commit
Change the way we store initialization kinds so that all direct inits can distinguish...
authorSebastian Redl <sebastian.redl@getdesigned.at>
Sun, 12 Feb 2012 16:37:36 +0000 (16:37 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Sun, 12 Feb 2012 16:37:36 +0000 (16:37 +0000)
commit3a45c0e61dfc19f27b8ebcb15dd70159a36f1f9a
tree088c5ce0d8ef8af12947e22ae241b185a3680fad
parent168319c81b8f4e7addf36ad15ef24919faf23504
Change the way we store initialization kinds so that all direct inits can distinguish between list and parens form. This allows us to correctly diagnose the last test cases from litb.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150343 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Initialization.h
lib/Sema/SemaCast.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaInit.cpp
test/SemaCXX/cxx0x-initializer-aggregates.cpp
test/SemaCXX/cxx0x-initializer-references.cpp
test/SemaCXX/cxx0x-initializer-scalars.cpp
test/SemaCXX/generalized-initializers.cpp [deleted file]