summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/constructor-default-arg.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-4/+4
| | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
* Mangle record types as decls.Anders Carlsson2009-09-261-6/+6
| | | | llvm-svn: 82843
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-18/+18
| | | | llvm-svn: 81346
* A blank line to separate the two blocks(per Mike comment).Fariborz Jahanian2009-08-051-0/+1
| | | | llvm-svn: 78248
* Modified test case to use FileCheck.Fariborz Jahanian2009-08-051-2/+11
| | | | llvm-svn: 78231
* Patch to improve ir-gen for constructors with default argumentFariborz Jahanian2009-08-051-0/+30
expressions and a test case. llvm-svn: 78213
OpenPOWER on IntegriCloud