index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaCXX
/
cxx0x-initializer-constructor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add some missing diagnostics for C++11 narrowing conversions.
Richard Smith
2013-02-05
1
-3
/
+2
*
PR13470: Ensure that copy-list-initialization isntantiates as
Richard Smith
2012-12-19
1
-4
/
+50
*
As we do with base and member initializers in a dependent class, delay
Douglas Gregor
2012-09-14
1
-0
/
+16
*
PR13273: When performing list-initialization with an empty initializer list,
Richard Smith
2012-07-05
1
-0
/
+23
*
When we determine that an initialization sequence failed due to an
Douglas Gregor
2012-04-10
1
-0
/
+14
*
Properly handle explicit constructors in list-initialization. Fixes PR12120.
Sebastian Redl
2012-04-01
1
-6
/
+14
*
Even more careful consideration of C++11 13.3.3.1p4. Fixes PR12241.
Sebastian Redl
2012-03-27
1
-11
/
+6
*
More careful consideration of C++11 13.3.3.1p4. Fixes PR12257.
Sebastian Redl
2012-03-20
1
-0
/
+28
*
Turn explicit construction of temporaries using initializer list syntax into ...
Sebastian Redl
2012-03-08
1
-0
/
+18
*
Tentatively fix PR12117. The test case from the bug now passes, and all exist...
Sebastian Redl
2012-02-29
1
-0
/
+6
*
Implement a FIXME for conversion sequence distinction. Should fix PR12092.
Sebastian Redl
2012-02-27
1
-0
/
+18
*
Fix parsing and processing initializer lists in return statements and as dire...
Sebastian Redl
2012-02-22
1
-2
/
+9
*
Don't route explicit construction via list-initialization through the functio...
Sebastian Redl
2012-02-13
1
-5
/
+16
*
Employ DirectList initialized entities to properly sort through some initiali...
Sebastian Redl
2012-02-12
1
-0
/
+29
*
Fix parsing new expressions using init lists. Probably still do the wrong thi...
Sebastian Redl
2012-02-11
1
-0
/
+68
*
Overloading for initializer list construction.
Sebastian Redl
2011-12-22
1
-5
/
+20
*
Fix a parser bug that prevented it from correctly parsing explicit construct ...
Sebastian Redl
2011-12-22
1
-1
/
+1
*
List-initialization via constructor part 1. Still needs: pretty-printing, ove...
Sebastian Redl
2011-12-22
1
-0
/
+66