summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/cxx-member-init.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [PCH] Fix crash with valid code, related to anonymous field initializers.Argyrios Kyrtzidis2013-05-301-0/+14
| | | | | | | | | In a certain code-path we were not deserializing an anonymous field initializer correctly, leading to a crash when trying to IRGen it. This is a simpler version of a patch by Yunzhong Gao! llvm-svn: 182974
* PR13064: Store whether an in-class initializer uses direct or copyRichard Smith2012-06-101-0/+4
| | | | | | | initialization, and use that information to produce the right kind of initialization during template instantiation. llvm-svn: 158288
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-3/+3
| | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900
* Implement support for C++11 in-class initialization of non-static data members.Richard Smith2011-06-111-0/+22
llvm-svn: 132878
OpenPOWER on IntegriCloud