1. 0a90d7c Make the "too many braces in scalar initialization" extension cause by Richard Smith · 7 years ago
  2. 49a6b6e Fix handling of initialization from parenthesized initializer list. by Richard Smith · 9 years ago
  3. 3852637 Use descriptive message if list initializer is incorrectly parenthesized. by Serge Pavlov · 9 years ago
  4. 420fa12 Improve the "braces around scalar init" warning to determine whether to warn by Richard Smith · 11 years ago
  5. b086903 Tweak diagnostic wording for init list narrowing by Alp Toker · 11 years ago
  6. db63af2 Parse brace initializers as default arguments. PR12236. by Sebastian Redl · 14 years ago
  7. 12edeb0 Single- and zero-element initializer lists to scalars are list-initializations. Fixes PR12118. by Sebastian Redl · 14 years ago
  8. 2a15b74 Accept braced-init-lists in conditions, and, in passing, dramatically improve by Richard Smith · 14 years ago
  9. d74dd49 Proper initializer list support for new expressions and type construct expressions. Array new still missing. by Sebastian Redl · 14 years ago
  10. 0501c63 Change the way we store initialization kinds so that all direct inits can distinguish between list and parens form. This allows us to correctly diagnose the last test cases from litb. by Sebastian Redl · 14 years ago
  11. c1839b1 Sema support for initialization of std::initializer_list from initializer lists. by Sebastian Redl · 14 years ago
  12. b17be8d Implement overload resolution from init lists for scalar parameter types. by Sebastian Redl · 14 years ago
  13. b92a877 Prove that non-overloaded function calls using init list arguments work. by Sebastian Redl · 14 years ago
  14. 9ca5c42 Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 14 years ago
  15. a74948d Correctly parse braced member initializers (even in delayed parsing) and correctly pass by Sebastian Redl · 14 years ago