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
/
CodeGenCXX
/
temporaries.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
When binding an lvalue to a reference, we always need to pop temporaries.
Anders Carlsson
2010-02-04
1
-0
/
+21
*
Check in a test case and a nasty workaround for PR6199.
Anders Carlsson
2010-02-02
1
-0
/
+18
*
When transforming CXXExprWithTemporaries and CXXBindTemporaryExpr
Douglas Gregor
2009-12-24
1
-0
/
+14
*
InitializationSequence handles binding to temporaries, so that
Douglas Gregor
2009-12-24
1
-0
/
+19
*
Switch the initialization required by return statements over to the
Douglas Gregor
2009-12-18
1
-0
/
+14
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-2
/
+2
*
Don't bind arguments to temporaries if the argument has a reference type.
Anders Carlsson
2009-11-13
1
-0
/
+14
*
Fix two bugs with temporaries:
Anders Carlsson
2009-11-13
1
-0
/
+23
*
If a member variable of reference type is bound to a temporary in its member ...
Anders Carlsson
2009-11-06
1
-0
/
+17
*
If a member initializer create temporaries we need to destroy them. Fixes PR5...
Anders Carlsson
2009-11-06
1
-0
/
+33
*
Add missing colons for FileCheck.
Benjamin Kramer
2009-10-31
1
-3
/
+3
*
When building a cast argument, make sure to bind the result to a temporary.
Anders Carlsson
2009-10-18
1
-0
/
+22
*
Convert temporaries.cpp to using FileCheck.
Anders Carlsson
2009-10-18
1
-13
/
+25
*
Rename temp-1.cpp to temporaries.cpp.
Anders Carlsson
2009-10-18
1
-0
/
+83
[prev]