| Commit message (Expand) | Author | Age | Files | Lines |
| * | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 1 | -0/+37 |
| * | Fix rejects-valid on constexpr function that accesses a not-yet-defined 'extern | Richard Smith | 2016-05-25 | 1 | -0/+14 |
| * | Fix ICE with constexpr and friend functions | Olivier Goffart | 2016-02-12 | 1 | -0/+10 |
| * | PR17381: Treat undefined behavior during expression evaluation as an unmodeled | Richard Smith | 2015-12-03 | 1 | -4/+3 |
| * | Remove warning on over-wide bit-field of boolean type; there's no risk that | Richard Smith | 2015-09-23 | 1 | -1/+1 |
| * | C11 _Bool bitfield diagnostic | Rachel Craik | 2015-09-14 | 1 | -3/+3 |
| * | PR24597: Fix in-place evaluation of call expressions to provide a proper "this" | Richard Smith | 2015-08-28 | 1 | -0/+12 |
| * | Move fixit for const init from note to diag, weaken to warning in MS mode. | Nico Weber | 2015-04-17 | 1 | -1/+1 |
| * | PR17938: This has already been fixed, add regression test. | Richard Smith | 2015-02-13 | 1 | -0/+10 |
| * | Sema: Don't crash when variable is redefined as a constexpr function | David Majnemer | 2015-01-09 | 1 | -0/+5 |
| * | Adding a -Wunused-value warning for expressions with side effects used in an ... | Aaron Ballman | 2014-12-17 | 1 | -1/+2 |
| * | Support constant evaluation for member calls on std::initializer_list | Richard Smith | 2014-12-17 | 1 | -0/+3 |
| * | AST: Limit zero-sized constexpr behavior to array types | David Majnemer | 2014-12-14 | 1 | -1/+2 |
| * | Sema: Constexpr functions must have return statements which have an expr | David Majnemer | 2014-12-13 | 1 | -0/+5 |
| * | AST: Incomplete types might be zero sized | David Majnemer | 2014-12-11 | 1 | -0/+8 |
| * | AST: Don't assume two zero sized objects live at different addresses | David Majnemer | 2014-12-09 | 1 | -0/+6 |
| * | Fix bug where a trivial constexpr copy/move operation couldn't copy from an | Richard Smith | 2014-11-19 | 1 | -0/+13 |
| * | Handle use of default member initializers before end of outermost class | Reid Kleckner | 2014-11-17 | 1 | -2/+3 |
| * | Fix assert/crash on invalid with __builtin_constant_p conditionals in constan... | Richard Smith | 2014-11-13 | 1 | -0/+2 |
| * | PR21327 / C++ DR1652 / C++ DR73: comparing a past-the-end pointer for one | Richard Smith | 2014-10-21 | 1 | -0/+4 |
| * | Improve -Wuninitialized to take into account field ordering with initializer | Richard Trieu | 2014-09-23 | 1 | -1/+1 |
| * | Reject a slightly-sneaky way to perform a read of mutable state from within a | Richard Smith | 2014-09-16 | 1 | -0/+43 |
| * | C++1y is now C++14! | Aaron Ballman | 2014-08-19 | 1 | -12/+12 |
| * | Improve diagnostic on default-initializing const variables (PR20208). | Nico Weber | 2014-07-23 | 1 | -1/+1 |
| * | Add an explicit diagnostic for the case where an expression is not a constant | Richard Smith | 2014-07-07 | 1 | -0/+13 |
| * | Add missing "non-constant" diagnostic for a member call on a temporary of | Richard Smith | 2014-06-11 | 1 | -0/+6 |
| * | PR19010: Make sure we initialize (empty) indirect base class subobjects when | Richard Smith | 2014-03-05 | 1 | -0/+10 |
| * | PR16074, implement warnings to catch pointer to boolean true and pointer to | Richard Trieu | 2014-02-26 | 1 | -1/+1 |
| * | Modern gcc is happy to constant evaluate __builtin_strlen in various cases | Richard Smith | 2013-11-15 | 1 | -0/+39 |
| * | PR17800: When performing pack expansion, we must always rebuild the AST nodes | Richard Smith | 2013-11-07 | 1 | -0/+13 |
| * | Refactor constant expression handling and make a couple of tweaks to make it a | Richard Smith | 2013-11-05 | 1 | -0/+17 |
| * | Part three of PR15721: if we have an invalid CXXDefaultInitExpr, don't crash if | Richard Smith | 2013-09-13 | 1 | -0/+18 |
| * | PR5683: Issue a warning when subtracting pointers to types of zero size, and | Richard Smith | 2013-09-10 | 1 | -1/+13 |
| * | PR16755: When initializing or modifying a bitfield member in a constant | Richard Smith | 2013-08-06 | 1 | -0/+37 |
| * | C++1y: track object lifetime during constexpr evaluation, and don't allow | Richard Smith | 2013-07-24 | 1 | -0/+18 |
| * | Fix error recovery with in-class initializer. | Eli Friedman | 2013-06-28 | 1 | -0/+15 |
| * | More of N3652: don't add an implicit 'const' to 'constexpr' member functions ... | Richard Smith | 2013-06-25 | 1 | -0/+24 |
| * | PR16377: Allow evaluation of statement expressions in constant evaluation, | Richard Smith | 2013-06-20 | 1 | -0/+21 |
| * | Fix handling of const_cast from prvalue to rvalue reference: such a cast is | Richard Smith | 2013-06-14 | 1 | -0/+5 |
| * | Implement core issue 903: only integer literals with value 0 and prvalues of | Richard Smith | 2013-06-13 | 1 | -6/+13 |
| * | PR12086, PR15117 | Richard Smith | 2013-06-12 | 1 | -0/+41 |
| * | Recursively lifetime-extend into array temporaries. These can get implicitly | Richard Smith | 2013-06-08 | 1 | -0/+6 |
| * | When a static storage duration temporary appears in a constant expression, it | Richard Smith | 2013-06-06 | 1 | -0/+10 |
| * | Model temporary lifetime-extension explicitly in the AST. Use this model to | Richard Smith | 2013-06-05 | 1 | -3/+42 |
| * | Refactor constant expression evaluation to associate the complete object of a | Richard Smith | 2013-06-03 | 1 | -4/+9 |
| * | PR14772: Support constant expression evaluation for _Atomic types. | Richard Smith | 2013-05-23 | 1 | -0/+25 |
| * | Suppress bogus "use of undefined constexpr function" error if the function body | Richard Smith | 2013-05-14 | 1 | -0/+8 |
| * | Handle parens properly when initializing a char array from a string literal. | Richard Smith | 2013-05-05 | 1 | -0/+13 |
| * | PR15884: In the 'taking the address of a temporary' extension, materialize the | Richard Smith | 2013-05-01 | 1 | -0/+10 |
| * | C++1y: support simple variable assignments in constexpr functions. | Richard Smith | 2013-04-26 | 1 | -5/+5 |