1. b1efc9b Give a better error if auto deduction fails due to inconsistent element types in a braced initializer list. by Richard Smith · 8 years ago
  2. c8a32e5 Fix bug where types other than 'cv auto', 'cv auto &', and 'cv auto &&' could by Richard Smith · 9 years ago
  3. c92d206 Add missing "original call argument has same type as deduced parameter type" by Richard Smith · 9 years ago
  4. 363ae81 Fix failure to treat overloaded function in braced-init-list as a non-deduced context. by Richard Smith · 9 years ago
  5. 1b99a9e Revert accidentally-committed file. by Richard Smith · 9 years ago
  6. a7d5ec9 Factor out duplicated code and simplify. by Richard Smith · 9 years ago
  7. b576c17 Fix deduction of pack elements after a braced-init-list. by Richard Smith · 9 years ago
  8. 4a09e88 Fix crash on invalid initialization with std::initializer_list by Reid Kleckner · 10 years ago
  9. 42b1057 N3922: direct-list-initialization of an auto-typed variable no longer deduces a by Richard Smith · 10 years ago
  10. 3280b33 Consolidate and unify initializer list deduction by Hubert Tong · 10 years ago
  11. 215f423 Add a warning for direct-list-initialization of a variable with a deduced type by Richard Smith · 11 years ago
  12. 1ae689c PR22367: Don't forget to create a CXXFunctionalCastExpr around by Richard Smith · 11 years ago
  13. f8adcdc Track the difference between by Richard Smith · 11 years ago
  14. 5332411 When list-initializing an object of class type, if we pick an initializer list by Richard Smith · 11 years ago
  15. 454a7cd Implement DR990 and DR1070. Aggregate initialization initializes uninitialized by Richard Smith · 11 years ago
  16. 0449aaf PR18013: Don't assert diagnosing a bad std::initializer_list construction. by Richard Smith · 12 years ago
  17. 4d2bbd7 When creating an implicit conversion sequence for a reference of type T from an by Richard Smith · 12 years ago
  18. cc1b96d PR12086, PR15117 by Richard Smith · 12 years ago
  19. cd09065 Fix crash-on-invalid if list-initialization works, but we bail out when by Richard Smith · 12 years ago
  20. 8c6eeb9 Replace "failed template argument deduction" diagnostic with something useful by Richard Smith · 13 years ago
  21. 0db1ea5 Fix overload resolution for the initialization of a multi-dimensional by Richard Smith · 13 years ago
  22. e431095 Fix assertion failure with auto and nested initializer list; PR14272. by Eli Friedman · 13 years ago
  23. f4cc61d When testing whether we can perform copy or move initialization, be by Douglas Gregor · 13 years ago
  24. 0f5c1c0 Allow a conversion from the empty initializer list {} to an by Douglas Gregor · 14 years ago
  25. 0e60cd7 When performing template argument deduction for an initializer list, by Douglas Gregor · 14 years ago
  26. 1918166 Support deducing template arguments from nested initializer lists. PR12119. by Sebastian Redl · 14 years ago
  27. eef474c Fix parsing and processing initializer lists in return statements and as direct member initializers. by Sebastian Redl · 14 years ago
  28. 73cfbeb Emit a warning when list-initializing a std::initializer_list member. by Sebastian Redl · 14 years ago
  29. d74dd49 Proper initializer list support for new expressions and type construct expressions. Array new still missing. by Sebastian Redl · 14 years ago
  30. 09edce0 Minor fixups for auto deduction of initializer lists. by Sebastian Redl · 14 years ago
  31. 42acd4a Auto deduction support for std::initializer_list, including for-range support. This means you can now write: by Sebastian Redl · 14 years ago
  32. 43144e7 Template argument deduction for std::initializer_list arguments from initializer lists. by Sebastian Redl · 14 years ago
  33. 10f0fc0 Basic overloading support for std::initializer_list. by Sebastian Redl · 14 years ago
  34. c1839b1 Sema support for initialization of std::initializer_list from initializer lists. by Sebastian Redl · 14 years ago