1. 29a11f4 <rdar://problem/13325066> Destroy std::initializer_list temporaries whose lifetime has been extended by reference binding. by Douglas Gregor · 11 years ago
  2. 1b76fbc Provide fixed target triples to make test results consistent across ARM hosts. by David Blaikie · 12 years ago
  3. 2835745 If the element type of an initializer list has a destructor, make sure we check it. Fixes PR12178. by Sebastian Redl · 12 years ago
  4. 19b1a6e CodeGen support for global variables of type std::initializer_list<X>. by Sebastian Redl · 12 years ago
  5. 4b45d7f Harden test against for operator new(unsigned int). by Benjamin Kramer · 12 years ago
  6. 972edf0 Make heap-allocation of std::initializer_list 'work'. by Sebastian Redl · 12 years ago
  7. 924db71 Make std::initializer_list member initializers 'work'. by Sebastian Redl · 12 years ago
  8. af130fd Get recursive initializer lists to work and add a test. Codegen of std::initializer_list is now complete. Onward to array new. by Sebastian Redl · 12 years ago
  9. bac5cf4 Add a testcase for using objects with list-constructors, and fix a Sema crash by repeating an old hack. by Sebastian Redl · 12 years ago
  10. 25e640a Add a testcase to show that temporaries from the initializer list are destroyed correctly. by Sebastian Redl · 12 years ago
  11. 32cf1f2 Basic code generation support for std::initializer_list. by Sebastian Redl · 12 years ago