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
/
cxx0x-initializer-constructor.cpp
Age
Commit message (
Expand
)
Author
2013-02-05
Add some missing diagnostics for C++11 narrowing conversions.
Richard Smith
2012-12-19
PR13470: Ensure that copy-list-initialization isntantiates as
Richard Smith
2012-09-14
As we do with base and member initializers in a dependent class, delay
Douglas Gregor
2012-07-05
PR13273: When performing list-initialization with an empty initializer list,
Richard Smith
2012-04-10
When we determine that an initialization sequence failed due to an
Douglas Gregor
2012-04-01
Properly handle explicit constructors in list-initialization. Fixes PR12120.
Sebastian Redl
2012-03-27
Even more careful consideration of C++11 13.3.3.1p4. Fixes PR12241.
Sebastian Redl
2012-03-20
More careful consideration of C++11 13.3.3.1p4. Fixes PR12257.
Sebastian Redl
2012-03-08
Turn explicit construction of temporaries using initializer list syntax into ...
Sebastian Redl
2012-02-29
Tentatively fix PR12117. The test case from the bug now passes, and all exist...
Sebastian Redl
2012-02-27
Implement a FIXME for conversion sequence distinction. Should fix PR12092.
Sebastian Redl
2012-02-22
Fix parsing and processing initializer lists in return statements and as dire...
Sebastian Redl
2012-02-13
Don't route explicit construction via list-initialization through the functio...
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
2011-12-22
Overloading for initializer list construction.
Sebastian Redl
2011-12-22
Fix a parser bug that prevented it from correctly parsing explicit construct ...
Sebastian Redl
2011-12-22
List-initialization via constructor part 1. Still needs: pretty-printing, ove...
Sebastian Redl