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