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
/
CXX
/
dcl.decl
/
dcl.init
/
dcl.init.ref
/
p5-0x.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sema] Improved diagnostic for qualifiers in reference binding
Anastasia Stulova
2019-06-21
1
-2
/
+2
*
Fix typo from r237482. "to reference of type" --> "to reference to type"
Richard Trieu
2015-05-16
1
-1
/
+1
*
When emitting a dropped qualifier error, show which qualifiers are dropped.
Richard Trieu
2015-05-16
1
-1
/
+1
*
Reverse the order of types in the reference dropping qualifiers error.
Richard Trieu
2015-05-15
1
-1
/
+1
*
Force a load when creating a reference to a temporary copied from a bitfield.
Jordan Rose
2013-04-11
1
-0
/
+34
*
<rdar://problem/13278115> Improve diagnostic when failing to bind an rvalue r...
Douglas Gregor
2013-03-26
1
-0
/
+8
*
Switch to the C++11 warning flags in tests.
David Blaikie
2011-10-18
1
-1
/
+1
*
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-13
1
-1
/
+1
*
Don't allow an rvalue reference to bind to the result of a calling a
Douglas Gregor
2011-10-04
1
-4
/
+19
*
Teach reference initialization from the result of a user-defined
Douglas Gregor
2011-08-15
1
-0
/
+15
*
Re-instate r123977/r123978, my updates of the reference-binding
Douglas Gregor
2011-01-24
1
-1
/
+33
*
revert r123977 and r123978 to fix PR9026.
Rafael Espindola
2011-01-22
1
-33
/
+1
*
Update the reference-binding implementation used for overload
Douglas Gregor
2011-01-21
1
-1
/
+33
*
Add more reference-binding examples from the C++0x working paper, all of whic...
Douglas Gregor
2011-01-21
1
-3
/
+28
*
More work to bring reference binding up to the latest C++0x
Douglas Gregor
2011-01-21
1
-1
/
+25
*
When performing reference binding via a conversion function, perform
Douglas Gregor
2011-01-21
1
-4
/
+3
*
More tests for reference binding in the presence of rvalue
Douglas Gregor
2011-01-20
1
-0
/
+27
*
Start refactoring reference binding to more closely match the C++0x
Douglas Gregor
2011-01-20
1
-3
/
+22
*
Add some tests for reference-collapsing and referencing binding
Douglas Gregor
2011-01-20
1
-0
/
+38