summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/aggregate-init-cxx98.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix defaulted-functions-in-C++98 extension to give the functions the sameRichard Smith2016-12-211-0/+7
effect they would have in C++11. In particular, they do not prevent value-initialization from performing zero-initialization, nor do they prevent a struct from being an aggregate. llvm-svn: 290229
OpenPOWER on IntegriCloud