1. 49a6b6e Fix handling of initialization from parenthesized initializer list. by Richard Smith · 9 years ago
  2. 3852637 Use descriptive message if list initializer is incorrectly parenthesized. by Serge Pavlov · 9 years ago
  3. 9370dc2 [Sema] Do not permit binding a reference to a compound literal by David Majnemer · 11 years ago
  4. 420fa12 Improve the "braces around scalar init" warning to determine whether to warn by Richard Smith · 11 years ago
  5. 19d0867 Implement the remaining portion of DR1467 from r227022. I may have overlooked a few things, but this implementation comes straight from the DR resolution itself. by Larisse Voufo · 11 years ago
  6. 8d082d1 PR20844: If we fail to list-initialize a reference, map to the referenced type by Richard Smith · 11 years ago
  7. 541b38b Switch the semantic DeclContext for a block-scope declaration of a function or by Richard Smith · 12 years ago
  8. 72752e8 Fix handling of braced-init-list as reference initializer within aggregate by Richard Smith · 12 years ago
  9. 03d9393 Don't crash when binding a reference to a temporary pointer created from by Richard Smith · 13 years ago
  10. 359087c PR12660: Don't crash when initializing a const reference from a braced init list by Richard Smith · 14 years ago
  11. e0691ea Be smarter in discovering list-initialization of temporaries. Fixes PR12182. 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. df88864 Implement overload resolution for reference-typed parameters supplied with initializer lists. by Sebastian Redl · 14 years ago
  14. 29526f0 Reference initialization with initializer lists. by Sebastian Redl · 14 years ago