summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/cxx1z-initializer-aggregate.cpp
Commit message (Collapse)AuthorAgeFilesLines
* When rebuilding an InitListExpr, don't give it a type.Richard Smith2018-01-121-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 Smith2016-03-081-0/+114
classes; these are initialized as if they were data members. llvm-svn: 262963
OpenPOWER on IntegriCloud