]> granicus.if.org Git - clang/commit
In the verify-only pass, check that items that don't have an initializer in an init...
authorSebastian Redl <sebastian.redl@getdesigned.at>
Sun, 16 Oct 2011 18:19:20 +0000 (18:19 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Sun, 16 Oct 2011 18:19:20 +0000 (18:19 +0000)
commit3ff5c86d409a55d0e64a28c07197ee3e791166c2
treea0bc27fa87c4e89536dd404afeb53b3b4fff0aae
parent28bdb141f3cf004b3fe963990b17f4cca3a8710c
In the verify-only pass, check that items that don't have an initializer in an init list can be value-initialized, at least when designated initializers are not involved. No test case yet, since early failures cannot be distinguished from late failures until overload resolution works.

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