summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/PR6677.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Discussing with dgregor we decided that we should not force the emission ofRafael Espindola2010-03-241-33/+0
| | | | | | | | | | implicit methods on explicit template instantiation definitions. As a consequence, we should emit them at every use, even if we see a explicit template instantiation declaration. This is already the current behaviour, but it is good to test for that :-) llvm-svn: 99443
* revert 99311. Looks like it broke darwin bootstrap.Rafael Espindola2010-03-231-34/+2
| | | | llvm-svn: 99317
* Avoid producing implicit methods when we have a explicit template instantiationRafael Espindola2010-03-231-2/+34
| | | | | | declaration. llvm-svn: 99311
* A fixed version of r99174 which also includes a test that we emit vtables whenRafael Espindola2010-03-221-0/+33
we see an specialization definition ever if we then see a extern template declaration. llvm-svn: 99226
OpenPOWER on IntegriCloud