| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | When rebuilding an InitListExpr, don't give it a type. | Richard Smith | 2018-01-12 | 1 | -0/+18 |
| | | | | | | | | | InitListExprs without types (well, with type 'void') represent not-yet-analyzed initializer lists; InitListExpr with types fool Sema into thinking they don't need further analysis in some cases (particularly C++17 copy omission). llvm-svn: 322414 | ||||
| * | P0017R1: In C++1z, an aggregate class can have (public non-virtual) base ↵ | Richard Smith | 2016-03-08 | 1 | -0/+114 |
| classes; these are initialized as if they were data members. llvm-svn: 262963 | |||||

