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