summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/generalized-initializers.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change the way we store initialization kinds so that all direct inits can dis...Sebastian Redl2012-02-121-52/+0
* Employ DirectList initialized entities to properly sort through some initiali...Sebastian Redl2012-02-121-23/+0
* Fix parsing new expressions using init lists. Probably still do the wrong thi...Sebastian Redl2012-02-111-83/+0
* Auto deduction support for std::initializer_list, including for-range support...Sebastian Redl2012-01-171-12/+0
* Sema support for initialization of std::initializer_list from initializer lists.Sebastian Redl2012-01-171-3/+1
* Diagnose when omitting braces in direct list-initialization in C++0x.Sebastian Redl2011-10-161-35/+0
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Correctly parse braced member initializers (even in delayed parsing) and corr...Sebastian Redl2011-09-241-21/+0
* Fix the expected error for narrowing conversions in generalized-initializers....Sebastian Redl2011-09-241-2/+2
* Revert 135177 to fix PR10363.Rafael Espindola2011-07-141-34/+0
* For C++11, do more checking of initializer lists up-front, enabling some subs...Sebastian Redl2011-07-141-0/+34
* Fix problems Johannes noticed, and extend test cases further.Sebastian Redl2011-07-141-4/+58
* More std::initializer_list tests.Sebastian Redl2011-06-051-1/+3
* Parse C++0x generalized initializers.Sebastian Redl2011-06-051-3/+4
* Expand on braced init list tests.Sebastian Redl2011-06-051-22/+66
* Introduce XFAILed test for braced initializer lists.Sebastian Redl2011-05-201-0/+127
OpenPOWER on IntegriCloud