aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/generalized-initializers.cpp
AgeCommit message (Expand)Author
2012-02-12Change the way we store initialization kinds so that all direct inits can dis...Sebastian Redl
2012-02-12Employ DirectList initialized entities to properly sort through some initiali...Sebastian Redl
2012-02-11Fix parsing new expressions using init lists. Probably still do the wrong thi...Sebastian Redl
2012-01-17Auto deduction support for std::initializer_list, including for-range support...Sebastian Redl
2012-01-17Sema support for initialization of std::initializer_list from initializer lists.Sebastian Redl
2011-10-16Diagnose when omitting braces in direct list-initialization in C++0x.Sebastian Redl
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-09-24Correctly parse braced member initializers (even in delayed parsing) and corr...Sebastian Redl
2011-09-24Fix the expected error for narrowing conversions in generalized-initializers....Sebastian Redl
2011-07-14Revert 135177 to fix PR10363.Rafael Espindola
2011-07-14For C++11, do more checking of initializer lists up-front, enabling some subs...Sebastian Redl
2011-07-14Fix problems Johannes noticed, and extend test cases further.Sebastian Redl
2011-06-05More std::initializer_list tests.Sebastian Redl
2011-06-05Parse C++0x generalized initializers.Sebastian Redl
2011-06-05Expand on braced init list tests.Sebastian Redl
2011-05-20Introduce XFAILed test for braced initializer lists.Sebastian Redl