| Commit message (Expand) | Author | Age | Files | Lines |
* | Add -std=c++20 flag, replace C++2a with C++20 throughout the Clang | Richard Smith | 2020-02-19 | 1 | -1/+1 |
* | [c++20] Implement semantic restrictions for C++20 designated | Richard Smith | 2019-08-30 | 1 | -1/+1 |
* | P1286R2: Remove restriction that the exception specification of a | Richard Smith | 2019-05-06 | 1 | -1/+1 |
* | PR38627: Fix handling of exception specification adjustment for | Richard Smith | 2018-09-05 | 1 | -10/+10 |
* | Restructure checking for, and warning on, lifetime extension. | Richard Smith | 2018-07-17 | 1 | -2/+1 |
* | Temporarily revert r337226 "Restructure checking for, and warning on, lifetim... | Florian Hahn | 2018-07-17 | 1 | -1/+2 |
* | Restructure checking for, and warning on, lifetime extension. | Richard Smith | 2018-07-17 | 1 | -2/+1 |
* | [Sema] Extend -Wself-assign and -Wself-assign-field to warn on overloaded sel... | Roman Lebedev | 2018-04-07 | 1 | -1/+1 |
* | [c++2a] P0683R1: Permit default member initializers for bit-fields. | Richard Smith | 2017-08-28 | 1 | -1/+1 |
* | PR23135: Don't instantiate constexpr functions referenced in unevaluated oper... | Richard Smith | 2017-01-07 | 1 | -14/+10 |
* | Fix the spelling of 'bitfield' in diagnostics to be consistently 'bit-field'. | Chandler Carruth | 2016-12-20 | 1 | -1/+1 |
* | DR1295 and cleanup for P0135R1: Make our initialization code more directly | Richard Smith | 2016-12-09 | 1 | -1/+1 |
* | Make diagnostic for use of default member initializer before enclosing class is | Richard Smith | 2016-11-22 | 1 | -10/+10 |
* | [Sema] Don't crash when a field w/ a mem-initializer clashes with a record name | David Majnemer | 2016-06-09 | 1 | -0/+10 |
* | Sema: Dependent array designators cannot be checked | David Majnemer | 2015-01-09 | 1 | -0/+7 |
* | Handle use of default member initializers before end of outermost class | Reid Kleckner | 2014-11-17 | 1 | -1/+76 |
* | PR18560: When switching to a new context, don't just save and restore an | Richard Smith | 2014-01-24 | 1 | -0/+10 |
* | When we're synthesizing copy/move-assignment, we can't form a reference to an | Eli Friedman | 2013-06-07 | 1 | -0/+11 |
* | PR14838: When a member reference is bound to a temporary, don't forget to | Richard Smith | 2013-01-08 | 1 | -0/+16 |
* | Final piece of core issue 1330: delay computing the exception specification of | Richard Smith | 2012-07-27 | 1 | -1/+1 |
* | Recover properly if a class member declaration starts with a scope specifier | Richard Smith | 2012-05-09 | 1 | -1/+1 |
* | Fix crash-on-invalid for 'operator int[]()' in C++11. | David Blaikie | 2012-02-14 | 1 | -0/+3 |
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
* | When parsing a function-try-block that does not have a | Douglas Gregor | 2011-09-07 | 1 | -0/+18 |
* | Don't assert on initialized typedef declarations in classes: | Richard Smith | 2011-06-12 | 1 | -0/+4 |
* | Implement support for C++11 in-class initialization of non-static data members. | Richard Smith | 2011-06-11 | 1 | -0/+50 |