summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/function-template-specialization.cpp
AgeCommit message (Expand)Author
2025-03-05[Clang] Don't give up on an unsuccessful function instantiation (#126723)Younan Zhang
2014-12-16AST: Fix the linkage of static vars in fn template specializationsDavid Majnemer
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-12-13Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
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