summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string
Commit message (Collapse)AuthorAgeFilesLines
* Prior to adding the new "expected-no-diagnostics" directive to ↵Andy Gibbs2012-10-191-0/+1
| | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280
* constexpr: initialization of a union from an empty initializer-list shouldRichard Smith2012-01-121-0/+12
| | | | | | | | | zero-initialize the first union member. Also fix a bug where initializing an array of types compatible with wchar_t from a wide string literal failed in C, and fortify the C++ tests in this area. This part can't be tested without a code change to enable array evaluation in C (where an existing test fails). llvm-svn: 148035
* When adding a direct initializer to a declaration, allow theDouglas Gregor2011-10-101-0/+7
| | | | | | | | initializer to update the type of the declaration. For example, this allows us to determine the size of an incomplete array from its initializer. Fixes PR10288. llvm-svn: 141543
* PR9669: implement correct checking for [dcl.init.string]p2.Eli Friedman2011-04-111-0/+2
llvm-svn: 129260
OpenPOWER on IntegriCloud