1. 76377dc Print nested name specifiers for typedefs and type aliases by Alex Lorenz · 9 years ago
  2. c4284e3 [Sema] Don't create an invalid source range for overlong initializer lists. by Benjamin Kramer · 10 years ago
  3. de22923 Implement DR1270: braces can be elided in all aggregate initialization, not by Richard Smith · 12 years ago
  4. c084bd28 PR15132: Replace "address expression must be an lvalue or a function by Richard Smith · 13 years ago
  5. 0db1ea5 Fix overload resolution for the initialization of a multi-dimensional by Richard Smith · 13 years ago
  6. e20c83d PR12670: Support for initializing an array of non-aggregate class type from an by Richard Smith · 13 years ago
  7. 576cbd0 Make sure list-initialization of arrays works correctly in explicit type conversions. PR12121. by Eli Friedman · 14 years ago
  8. 90e7c12 Mark the parenthesized array member initialization diagnostic as DefaultError, by Richard Smith · 14 years ago
  9. ebeed41 Support GCC's bug^Wextension allowing class array members to be initalized by a by Richard Smith · 14 years ago
  10. 2b80af4 Don't route explicit construction via list-initialization through the functional cast code path. It sometimes does the wrong thing, produces horrible error messages, and is just unnecessary. by Sebastian Redl · 14 years ago
  11. d74dd49 Proper initializer list support for new expressions and type construct expressions. Array new still missing. by Sebastian Redl · 14 years ago
  12. 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
  13. 72ef7bc Enable function call and some overload resolution with parameters of aggregate class type and initializer list arguments. by Sebastian Redl · 14 years ago
  14. 8b6412a Diagnose when omitting braces in direct list-initialization in C++0x. by Sebastian Redl · 14 years ago