]> granicus.if.org Git - clang/commit
Get rid of handling of the 'explicit' keyword from class-head. We still parse it...
authorAnders Carlsson <andersca@mac.com>
Fri, 25 Mar 2011 14:31:08 +0000 (14:31 +0000)
committerAnders Carlsson <andersca@mac.com>
Fri, 25 Mar 2011 14:31:08 +0000 (14:31 +0000)
commit2c3ee54e51d835a35bbf781c69e17f39e2ba0480
tree9c85db7b678ad52eb7d33a0897771213135f9937
parent16625e188771891e09b4b906918e27a824f3f6a6
Get rid of handling of the 'explicit' keyword from class-head. We still parse it though, although that will change shortly.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128277 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Attr.td
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/Sema.h
lib/Parse/ParseDeclCXX.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
test/CXX/class.derived/p8-0x.cpp [deleted file]