summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/expr/expr.post
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Improved diagnostic for qualifiers in reference bindingAnastasia Stulova2019-06-211-3/+3
* Fix determination of whether a reinterpret_cast casts away constness.Richard Smith2018-07-101-0/+26
* [c++1z] Synthesize implicit deduction guides from constructors on demand. RankRichard Smith2017-02-141-1/+1
* [c++1z] P0091R3: Basic support for deducing class template arguments via dedu...Richard Smith2017-02-091-0/+10
* [Sema] Allow static_cast<T&&>(e) to check explicit conversions for non-refere...Eric Fiselier2016-11-031-0/+43
* [c++1z] P0012R1: Implement a few remaining pieces: downgrade diagnostic forRichard Smith2016-10-221-0/+10
* sizeof(void) etc. should be a hard error in C++.Eli Friedman2013-08-131-1/+1
* Implement C++'s restrictions on the type of an expression passed to a varargRichard Smith2013-08-051-0/+5
* Fix handling of const_cast from prvalue to rvalue reference: such a cast isRichard Smith2013-06-141-4/+16
* Grab-bag of bit-field fixes:John McCall2013-05-061-1/+16
* Test that we correctly deal with multiple copy constructors when detectingRichard Smith2012-11-221-2/+13
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-195-0/+5
* PR9546, DR1268: A prvalue cannot be reinterpret_cast to an rvalue referenceRichard Smith2012-04-291-2/+5
* Support decltype as a simple-type-specifier.David Blaikie2012-01-241-0/+12
* Don't try to diagnose anything when we're passing incomplete typesDouglas Gregor2011-10-141-0/+13
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-136-6/+6
* Implement C++0x semantics for passing non-POD classes through varargs.Douglas Gregor2011-05-211-0/+17
* Implement C++0x [expr.static.cast]p9, which permits explicitly castingDouglas Gregor2011-02-181-0/+29
* Update const_cast semantics for rvalue references. Add tests forDouglas Gregor2011-01-222-0/+33
* Teach static_cast and dynamic_cast about rvalue references.Douglas Gregor2011-01-222-0/+38
* Test case for my last fix.Sebastian Redl2010-05-071-0/+15
OpenPOWER on IntegriCloud