]> granicus.if.org Git - clang/commit
Refactor all the checking for missing 'template<>'s when a declaration has a
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 17 Apr 2014 03:29:33 +0000 (03:29 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 17 Apr 2014 03:29:33 +0000 (03:29 +0000)
commit8b7a1c51e488639a3fe3854cc03955e9c5b21876
tree9ed8f6fd50bd0ab76c27e1b2427f7246c8e37ae1
parentd9974190c26c0ee9d8e1a8e6b569b2c89e9885b3
Refactor all the checking for missing 'template<>'s when a declaration has a
template-id after its scope specifier into a single place.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206442 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Parse/ParseDeclCXX.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaTemplate.cpp
test/FixIt/fixit.cpp