diff options
author | Francois Pichet <pichet2000@gmail.com> | 2011-06-03 13:59:45 +0000 |
---|---|---|
committer | Francois Pichet <pichet2000@gmail.com> | 2011-06-03 13:59:45 +0000 |
commit | ab01add3825bff91bbed5f1cd4d5652ae1383148 (patch) | |
tree | c35e7a7256a476cf3fa1fc100eb3f5e2172a6ceb /lib/Sema/SemaTemplate.cpp | |
parent | 696df647c22b4bc632c68777eca1f667ae5dcad4 (diff) |
Revert r132544. Accidental commit. I got confused with the Tortoise SVN menu.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132546 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaTemplate.cpp')
-rw-r--r-- | lib/Sema/SemaTemplate.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Sema/SemaTemplate.cpp b/lib/Sema/SemaTemplate.cpp index 495d6244a3..3761740d8c 100644 --- a/lib/Sema/SemaTemplate.cpp +++ b/lib/Sema/SemaTemplate.cpp @@ -5313,8 +5313,6 @@ bool Sema::CheckFunctionTemplateSpecialization(FunctionDecl *FD, TemplateArgumentListInfo *ExplicitTemplateArgs, LookupResult &Previous) { - - return false; // The set of function template specializations that could match this // explicit function template specialization. UnresolvedSet<8> Candidates; |