- 49a6b6e Fix handling of initialization from parenthesized initializer list. by Richard Smith · 9 years ago
- 7c2bcc9 Fix clang's handling of the copy performed in the second phase of class by Richard Smith · 9 years ago
- 420fa12 Improve the "braces around scalar init" warning to determine whether to warn by Richard Smith · 11 years ago
- bcf327a A temporary fix for backward compatibility breakages caused by PR12117. by Larisse Voufo · 11 years ago
- 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
- 454a7cd Implement DR990 and DR1070. Aggregate initialization initializes uninitialized by Richard Smith · 11 years ago
- 6c3bbf4 PR11410: Extend diagnostic to cover all cases of aggregate initialization, not by Richard Smith · 11 years ago
- e27de09 PR11410 - Confusing diagnostic when trailing array element tries to call deleted default constructor by Nikola Smiljanic · 11 years ago
- b086903 Tweak diagnostic wording for init list narrowing by Alp Toker · 11 years ago
- d6f9e73 PR19729: Delete a bunch of bogus code in Sema::FindAllocationOverload. This by Richard Smith · 11 years ago
- 6b21696 Add some missing diagnostics for C++11 narrowing conversions. by Richard Smith · 13 years ago
- d59b832 PR13470: Ensure that copy-list-initialization isntantiates as by Richard Smith · 13 years ago
- 6d14941 As we do with base and member initializers in a dependent class, delay by Douglas Gregor · 13 years ago
- d86812d PR13273: When performing list-initialization with an empty initializer list, by Richard Smith · 13 years ago
- 85f3423 When we determine that an initialization sequence failed due to an by Douglas Gregor · 13 years ago
- 048a6d7 Properly handle explicit constructors in list-initialization. Fixes PR12120. by Sebastian Redl · 13 years ago
- e541716 Even more careful consideration of C++11 13.3.3.1p4. Fixes PR12241. by Sebastian Redl · 14 years ago
- d9170b0 More careful consideration of C++11 13.3.3.1p4. Fixes PR12257. by Sebastian Redl · 14 years ago
- 04fe1bf Turn explicit construction of temporaries using initializer list syntax into CXXTemporaryObjectExprs, not just CXXConstructExprs, which have a worrying tendency to vanish. Fixes PR12167. by Sebastian Redl · 14 years ago
- c7b718e Tentatively fix PR12117. The test case from the bug now passes, and all existing tests still pass, but there may still be corner cases. by Sebastian Redl · 14 years ago
- aa6feaa Implement a FIXME for conversion sequence distinction. Should fix PR12092. by Sebastian Redl · 14 years ago
- eef474c Fix parsing and processing initializer lists in return statements and as direct member initializers. by Sebastian Redl · 14 years ago
- 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
- 5a41f68 Employ DirectList initialized entities to properly sort through some initialization edge cases. by Sebastian Redl · 14 years ago
- 82ace98 Fix parsing new expressions using init lists. Probably still do the wrong thing in cases involving array new. by Sebastian Redl · 14 years ago
- 6901c0d Overloading for initializer list construction. by Sebastian Redl · 14 years ago
- 867f228 Fix a parser bug that prevented it from correctly parsing explicit construct expressoins of the form T{args}. by Sebastian Redl · 14 years ago
- ed2e532 List-initialization via constructor part 1. Still needs: pretty-printing, overloading, initializer_list. by Sebastian Redl · 14 years ago