aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/function-template-specialization.cpp
AgeCommit message (Expand)Author
2009-09-17Substitute unscoped template names.Anders Carlsson
2009-09-17Get rid of the last grep.Anders Carlsson
2009-09-17When mangling function template specialization, mangle the type encoding of t...Anders Carlsson
2009-09-17Add basic substitution to the C++ mangler. It currently only looks at types.Anders Carlsson
2009-07-27Update for LLVM API change.Owen Anderson
2009-06-29Improve code generation for function template specializations:Douglas Gregor
2009-06-29Keep track of function template specializations, to eliminateDouglas Gregor