]> granicus.if.org Git - clang/commit
Fix a bug where we failed to diagnose class template specialization
authorChandler Carruth <chandlerc@gmail.com>
Fri, 27 Sep 2013 22:14:40 +0000 (22:14 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 27 Sep 2013 22:14:40 +0000 (22:14 +0000)
commitbb791699c095edc3e8cfaeaba7a0fb513f8c8cf4
tree781431d066b4988c6bde277bdac0c6273453147a
parent86e0468a6cf88353e43c23cdc1d7eea8f6c25332
Fix a bug where we failed to diagnose class template specialization
uses.

This fixes one of the two remaining failures to implement [[deprecated]]
as specified for C++14.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191572 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplate.cpp
test/CXX/dcl.dcl/dcl.attr/dcl.attr.deprecated/p1.cpp