Sign in
llvm
/
llvm-project
/
37d72991c136244fe53be02f5af0ad643247a1e6
/
clang
/
test
/
SemaTemplate
/
function-template-specialization.cpp
c660c8f
Implement C++ DR727, which permits explicit specializations at class scope.
by Richard Smith
· 7 years ago
98b20f1
FIXME fix: improving diagnostics for template arguments deduction of class templates and explicit specializations
by Larisse Voufo
· 12 years ago
47c0845
Revert "Use function overloading instead of template specialization for diagnosis of bad template argument deductions."
by Larisse Voufo
· 12 years ago
8d33da6
Use function overloading instead of template specialization for diagnosis of bad template argument deductions.
by Larisse Voufo
· 12 years ago
b48e62f
Check a pointer is not null before attempting to use it. This prevents a
by Richard Trieu
· 12 years ago
a5f6f9c
Disallow function template partial specializations, from Hans
by Douglas Gregor
· 14 years ago
88f3eb8
When performing name lookup into a scope, check that its entity is
by Douglas Gregor
· 15 years ago
8fbe78f
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
0e876e0
Use explicitly-specified template argument lists to help naming
by Douglas Gregor
· 16 years ago
3a923c2d
WIP implementation of explicit function template specialization. This
by Douglas Gregor
· 16 years ago