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
/
CXX
/
expr
/
expr.post
Age
Commit message (
Expand
)
Author
2013-05-06
Grab-bag of bit-field fixes:
John McCall
2012-11-22
Test that we correctly deal with multiple copy constructors when detecting
Richard Smith
2012-10-19
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...
Andy Gibbs
2012-04-29
PR9546, DR1268: A prvalue cannot be reinterpret_cast to an rvalue reference
Richard Smith
2012-01-24
Support decltype as a simple-type-specifier.
David Blaikie
2011-10-14
Don't try to diagnose anything when we're passing incomplete types
Douglas Gregor
2011-10-13
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-05-21
Implement C++0x semantics for passing non-POD classes through varargs.
Douglas Gregor
2011-02-18
Implement C++0x [expr.static.cast]p9, which permits explicitly casting
Douglas Gregor
2011-01-22
Update const_cast semantics for rvalue references. Add tests for
Douglas Gregor
2011-01-22
Teach static_cast and dynamic_cast about rvalue references.
Douglas Gregor
2010-05-07
Test case for my last fix.
Sebastian Redl