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
/
rval-references.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-13
1
-1
/
+1
*
Move test, so it actually tests what it is supposed to (given that we don't h...
Eli Friedman
2011-09-27
1
-8
/
+0
*
PR11009: Fix a FIXME which was leading to an assertion failure with rvalue re...
Eli Friedman
2011-09-27
1
-0
/
+8
*
Add -fcxx-exceptions to all tests that use C++ exceptions.
Anders Carlsson
2011-02-28
1
-1
/
+1
*
Pass -fexceptions to all tests that use try/catch/throw.
Anders Carlsson
2011-02-19
1
-1
/
+1
*
Improve the diagnostic that complains about binding an rvalue
Douglas Gregor
2011-01-21
1
-2
/
+2
*
More work to bring reference binding up to the latest C++0x
Douglas Gregor
2011-01-21
1
-1
/
+1
*
Follow through references to catch returned stack addresses, local blocks, la...
Argyrios Kyrtzidis
2010-11-30
1
-1
/
+1
*
Revert r120331 since it causes spurious warnings and a possible assertion hit...
Argyrios Kyrtzidis
2010-11-29
1
-1
/
+1
*
Emit warnings if we are returning a reference to a local temporary.
Argyrios Kyrtzidis
2010-11-29
1
-1
/
+1
*
Make both old and new versions of reference binding use the new classificatio...
Sebastian Redl
2010-06-30
1
-0
/
+7
*
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-03-10
1
-2
/
+2
*
Change the printing of OR_Deleted overload results to print all the candidates,
John McCall
2010-01-08
1
-1
/
+1
*
Improve the diagnostics used to report implicitly-generated class members
John McCall
2010-01-06
1
-2
/
+2
*
Switch the initialization required by return statements over to the
Douglas Gregor
2009-12-18
1
-9
/
+5
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Reimplement reference initialization (C++ [dcl.init.ref]) using the
Douglas Gregor
2009-12-09
1
-1
/
+1
*
Improve on diagnosing type mismatches because of
Fariborz Jahanian
2009-11-18
1
-4
/
+4
*
Parse deleted member functions. Parsing member declarations goes through a di...
Sebastian Redl
2009-04-12
1
-0
/
+37
*
Reintroduce r67870 (rval ref overloading), since I can't reproduce any test f...
Sebastian Redl
2009-03-29
1
-2
/
+3
*
Revert Sebastian's rvalue patch (r67870) since it caused test failures in
Anders Carlsson
2009-03-28
1
-3
/
+2
*
Better overload resolution for rvalue references.
Sebastian Redl
2009-03-27
1
-2
/
+3
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Disallow catching exceptions by rvalue reference.
Sebastian Redl
2009-03-22
1
-0
/
+5
*
Implement static_cast from lvalue to rvalue reference.
Sebastian Redl
2009-03-22
1
-0
/
+2
*
Some minor tweaks and additional tests for rvalue references
Douglas Gregor
2009-03-20
1
-2
/
+15
*
Almost complete implementation of rvalue references. One bug, and a few uncle...
Sebastian Redl
2009-03-16
1
-0
/
+33