| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor the way we handle diagnosing unused expression results. | Aaron Ballman | 2019-01-04 | 1 | -5/+4 |
* | P0962R1: only use the member form of 'begin' and 'end' in a range-based | Richard Smith | 2018-09-24 | 1 | -2/+57 |
* | Clean up and simplify RequireCompleteType. | Richard Smith | 2018-08-07 | 1 | -1/+1 |
* | [C++17] Allow an empty expression in an if init statement | Zhihao Yuan | 2018-03-17 | 1 | -1/+59 |
* | [Sema] Improve diagnostics for const- and ref-qualified member functions | Jacob Bandes-Storch | 2017-12-31 | 1 | -1/+1 |
* | Replace remaining user-visible mentions of C++1z with C++17. | Richard Smith | 2017-08-13 | 1 | -2/+2 |
* | Try contextually converting condition of constexpr if to Boolean value | Ismail Pazarbasi | 2016-09-07 | 1 | -0/+5 |
* | Implement p0292r2 (constexpr if), a likely C++1z feature. | Richard Smith | 2016-06-23 | 1 | -0/+137 |
* | Lit C++11 Compatibility Patch #8 | Charles Li | 2016-04-14 | 1 | -2/+12 |
* | P0184R0: Allow types of 'begin' and 'end' expressions in range-based for loop... | Richard Smith | 2016-03-20 | 1 | -4/+11 |
* | Sema: Allow 'constexpr' variables in range loops | Meador Inge | 2015-02-18 | 1 | -1/+13 |
* | Revert r229543. | Meador Inge | 2015-02-17 | 1 | -1/+1 |
* | Sema: Allow 'constexpr' variables in range loops | Meador Inge | 2015-02-17 | 1 | -1/+1 |
* | Reword switch/goto diagnostics "protected scope" diagnostics. Making up a term | Richard Smith | 2014-09-06 | 2 | -4/+4 |
* | Add -Wdeprecated warnings and fixits for things deprecated in C++11: | Richard Smith | 2013-06-13 | 1 | -1/+1 |
* | Fix crasher when the range in a C++ range-for loop has an ill-formed initiali... | Douglas Gregor | 2013-05-02 | 1 | -0/+10 |
* | The 'constexpr implies const' rule for non-static member functions is gone in | Richard Smith | 2013-04-21 | 1 | -2/+2 |
* | Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost... | Andy Gibbs | 2012-10-19 | 1 | -0/+1 |
* | DR1442: In a range-based for statement, namespace 'std' is not an associated | Richard Smith | 2012-10-18 | 1 | -30/+43 |
* | Clarified diagnostics for range-based for loops with invalid ranges | Sam Panzer | 2012-09-06 | 1 | -3/+16 |
* | Better diagnostics for range-based for loops with bad range types. | Sam Panzer | 2012-08-21 | 1 | -9/+9 |
* | Fix PR12960 by not attempting to correct cases when we're not actually instan... | David Blaikie | 2012-05-28 | 1 | -0/+9 |
* | Support decltype as a simple-type-specifier. | David Blaikie | 2012-01-24 | 1 | -0/+40 |
* | constexpr: converted constant expression handling for enumerator values, case | Richard Smith | 2012-01-18 | 1 | -0/+39 |
* | Modify how the -verify flag works. Currently, the verification string and | Richard Trieu | 2011-12-15 | 1 | -1/+1 |
* | Add -Wc++98-compat diagnostics for jumps which bypass initialization of non-POD | Richard Smith | 2011-10-20 | 1 | -2/+2 |
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 2 | -2/+2 |
* | constexpr: semantic checking for constexpr variables. | Richard Smith | 2011-09-29 | 1 | -2/+1 |
* | Declare and define implicit move constructor and assignment operator. | Sebastian Redl | 2011-08-30 | 1 | -1/+1 |
* | Factor out (some of) the checking for invalid forms of pointer | Chandler Carruth | 2011-06-27 | 1 | -1/+1 |
* | Properly implement C++0x [stmt.dcl]p3, which requires a scope to be | Douglas Gregor | 2011-06-15 | 1 | -4/+4 |
* | Clean up my changes to jump-diagnostic handling for local variables of | Douglas Gregor | 2011-05-27 | 2 | -2/+78 |
* | Update the jump-scope checker for local variables with initializers, | Douglas Gregor | 2011-05-27 | 1 | -0/+26 |
* | It's considered poor form to create references to the overloaded | Douglas Gregor | 2011-05-21 | 1 | -3/+3 |
* | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith | 2011-04-14 | 1 | -0/+210 |
* | Step #1/N of implementing support for __label__: split labels into | Chris Lattner | 2011-02-17 | 1 | -1/+1 |
* | add missing newlines at end of file. | Chris Lattner | 2010-12-21 | 1 | -1/+1 |
* | Add a test for C++ [stmt.label]p1, from Sashan! | Douglas Gregor | 2010-11-29 | 1 | -0/+25 |
* | change Scope::WithinElse to be a normal scope flag, widen the | Chris Lattner | 2010-04-12 | 1 | -0/+8 |
* | Add a test for C++ [stmt.select]p3, which specifies that redeclaring a | Douglas Gregor | 2010-03-30 | 1 | -0/+11 |