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
/
expr
/
expr.post
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sema] Improved diagnostic for qualifiers in reference binding
Anastasia Stulova
2019-06-21
1
-3
/
+3
*
Fix determination of whether a reinterpret_cast casts away constness.
Richard Smith
2018-07-10
1
-0
/
+26
*
[c++1z] Synthesize implicit deduction guides from constructors on demand. Rank
Richard Smith
2017-02-14
1
-1
/
+1
*
[c++1z] P0091R3: Basic support for deducing class template arguments via dedu...
Richard Smith
2017-02-09
1
-0
/
+10
*
[Sema] Allow static_cast<T&&>(e) to check explicit conversions for non-refere...
Eric Fiselier
2016-11-03
1
-0
/
+43
*
[c++1z] P0012R1: Implement a few remaining pieces: downgrade diagnostic for
Richard Smith
2016-10-22
1
-0
/
+10
*
sizeof(void) etc. should be a hard error in C++.
Eli Friedman
2013-08-13
1
-1
/
+1
*
Implement C++'s restrictions on the type of an expression passed to a vararg
Richard Smith
2013-08-05
1
-0
/
+5
*
Fix handling of const_cast from prvalue to rvalue reference: such a cast is
Richard Smith
2013-06-14
1
-4
/
+16
*
Grab-bag of bit-field fixes:
John McCall
2013-05-06
1
-1
/
+16
*
Test that we correctly deal with multiple copy constructors when detecting
Richard Smith
2012-11-22
1
-2
/
+13
*
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...
Andy Gibbs
2012-10-19
5
-0
/
+5
*
PR9546, DR1268: A prvalue cannot be reinterpret_cast to an rvalue reference
Richard Smith
2012-04-29
1
-2
/
+5
*
Support decltype as a simple-type-specifier.
David Blaikie
2012-01-24
1
-0
/
+12
*
Don't try to diagnose anything when we're passing incomplete types
Douglas Gregor
2011-10-14
1
-0
/
+13
*
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-13
6
-6
/
+6
*
Implement C++0x semantics for passing non-POD classes through varargs.
Douglas Gregor
2011-05-21
1
-0
/
+17
*
Implement C++0x [expr.static.cast]p9, which permits explicitly casting
Douglas Gregor
2011-02-18
1
-0
/
+29
*
Update const_cast semantics for rvalue references. Add tests for
Douglas Gregor
2011-01-22
2
-0
/
+33
*
Teach static_cast and dynamic_cast about rvalue references.
Douglas Gregor
2011-01-22
2
-0
/
+38
*
Test case for my last fix.
Sebastian Redl
2010-05-07
1
-0
/
+15