summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/implicit-instantiation-1.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
| | | | llvm-svn: 86432
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-5/+5
| | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
* Implement implicit instantiation of the member functions of a class templateDouglas Gregor2009-06-221-0/+29
specialization. At present, all implicit instantiations occur at the end of the translation unit. llvm-svn: 73915
OpenPOWER on IntegriCloud