]> granicus.if.org Git - clang/commit
Downgrade the error complaining about presence of a storage class
authorDouglas Gregor <dgregor@apple.com>
Fri, 17 Jun 2011 03:41:35 +0000 (03:41 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 17 Jun 2011 03:41:35 +0000 (03:41 +0000)
commit51d7cdd4bfd11e0eeac55517419d0ebba0abb4cb
tree77909022263de65e4ef90926111c615c90115201
parente3e07a5b3490bc2977859d56bac211afac2236fb
Downgrade the error complaining about presence of a storage class
specifier on an explicit specialization to a warning, since neither
EDG nor GCC diagnose this code as ill-formed.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133232 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDecl.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.stc/p1.cpp