summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/constructor-convert.cpp
Commit message (Collapse)AuthorAgeFilesLines
* tests: Use %clangxx when using driver for C++, in case C++ support is disabled.Daniel Dunbar2010-06-291-1/+1
| | | | llvm-svn: 107153
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-1/+1
| | | | | | | clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to garbage). llvm-svn: 91460
* When rebuilding CXXConstructExprs after a transformation, useDouglas Gregor2009-12-141-0/+19
CompleteConstructorCall to perform type-checking. llvm-svn: 91279
OpenPOWER on IntegriCloud