| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fold -Wreturn-stack-address into general initialization lifetime | Richard Smith | 2018-07-23 | 1 | -2/+2 |
| * | Restructure checking for, and warning on, lifetime extension. | Richard Smith | 2018-07-17 | 1 | -4/+5 |
| * | Temporarily revert r337226 "Restructure checking for, and warning on, lifetim... | Florian Hahn | 2018-07-17 | 1 | -5/+4 |
| * | Restructure checking for, and warning on, lifetime extension. | Richard Smith | 2018-07-17 | 1 | -4/+5 |
| * | P0620 follow-up: deducing `auto` from braced-init-list in new expr | Zhihao Yuan | 2017-12-11 | 1 | -1/+1 |
| * | Give a better error if auto deduction fails due to inconsistent element types... | Richard Smith | 2017-08-30 | 1 | -1/+7 |
| * | Fix bug where types other than 'cv auto', 'cv auto &', and 'cv auto &&' could | Richard Smith | 2017-01-05 | 1 | -0/+10 |
| * | Add missing "original call argument has same type as deduced parameter type" | Richard Smith | 2017-01-05 | 1 | -3/+13 |
| * | Fix failure to treat overloaded function in braced-init-list as a non-deduced... | Richard Smith | 2017-01-04 | 1 | -3/+7 |
| * | Revert accidentally-committed file. | Richard Smith | 2017-01-04 | 1 | -2/+2 |
| * | Factor out duplicated code and simplify. | Richard Smith | 2017-01-04 | 1 | -2/+2 |
| * | Fix deduction of pack elements after a braced-init-list. | Richard Smith | 2017-01-04 | 1 | -0/+14 |
| * | Fix crash on invalid initialization with std::initializer_list | Reid Kleckner | 2015-12-09 | 1 | -0/+25 |
| * | N3922: direct-list-initialization of an auto-typed variable no longer deduces a | Richard Smith | 2015-11-11 | 1 | -2/+4 |
| * | Consolidate and unify initializer list deduction | Hubert Tong | 2015-06-25 | 1 | -0/+7 |
| * | Add a warning for direct-list-initialization of a variable with a deduced type | Richard Smith | 2015-02-11 | 1 | -0/+1 |
| * | PR22367: Don't forget to create a CXXFunctionalCastExpr around | Richard Smith | 2015-01-28 | 1 | -0/+15 |
| * | Track the difference between | Richard Smith | 2014-07-17 | 1 | -0/+5 |
| * | When list-initializing an object of class type, if we pick an initializer list | Richard Smith | 2014-07-16 | 1 | -0/+16 |
| * | Implement DR990 and DR1070. Aggregate initialization initializes uninitialized | Richard Smith | 2014-06-03 | 1 | -0/+8 |
| * | PR18013: Don't assert diagnosing a bad std::initializer_list construction. | Richard Smith | 2013-11-21 | 1 | -0/+5 |
| * | When creating an implicit conversion sequence for a reference of type T from an | Richard Smith | 2013-09-06 | 1 | -0/+7 |
| * | PR12086, PR15117 | Richard Smith | 2013-06-12 | 1 | -1/+1 |
| * | Fix crash-on-invalid if list-initialization works, but we bail out when | Richard Smith | 2013-05-23 | 1 | -0/+10 |
| * | Replace "failed template argument deduction" diagnostic with something useful | Richard Smith | 2013-01-31 | 1 | -0/+9 |
| * | Fix overload resolution for the initialization of a multi-dimensional | Richard Smith | 2012-12-09 | 1 | -0/+8 |
| * | Fix assertion failure with auto and nested initializer list; PR14272. | Eli Friedman | 2012-11-06 | 1 | -0/+4 |
| * | When testing whether we can perform copy or move initialization, be | Douglas Gregor | 2012-07-31 | 1 | -0/+12 |
| * | Allow a conversion from the empty initializer list {} to an | Douglas Gregor | 2012-04-04 | 1 | -0/+9 |
| * | When performing template argument deduction for an initializer list, | Douglas Gregor | 2012-04-04 | 1 | -0/+16 |
| * | Support deducing template arguments from nested initializer lists. PR12119. | Sebastian Redl | 2012-03-15 | 1 | -0/+13 |
| * | Fix parsing and processing initializer lists in return statements and as dire... | Sebastian Redl | 2012-02-22 | 1 | -0/+1 |
| * | Emit a warning when list-initializing a std::initializer_list member. | Sebastian Redl | 2012-02-19 | 1 | -0/+9 |
| * | Proper initializer list support for new expressions and type construct expres... | Sebastian Redl | 2012-02-12 | 1 | -0/+5 |
| * | Minor fixups for auto deduction of initializer lists. | Sebastian Redl | 2012-01-23 | 1 | -0/+5 |
| * | Auto deduction support for std::initializer_list, including for-range support... | Sebastian Redl | 2012-01-17 | 1 | -0/+8 |
| * | Template argument deduction for std::initializer_list arguments from initiali... | Sebastian Redl | 2012-01-17 | 1 | -0/+22 |
| * | Basic overloading support for std::initializer_list. | Sebastian Redl | 2012-01-17 | 1 | -0/+29 |
| * | Sema support for initialization of std::initializer_list from initializer lists. | Sebastian Redl | 2012-01-17 | 1 | -0/+60 |