]> granicus.if.org Git - clang/commit
Implement parsing and semantic checking of the 'mutable' keyword.
authorSebastian Redl <sebastian.redl@getdesigned.at>
Fri, 14 Nov 2008 23:42:31 +0000 (23:42 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Fri, 14 Nov 2008 23:42:31 +0000 (23:42 +0000)
commit669d5d74b880a8497b92a3ec159145713f4d6519
treef6fddd3509e79e293d0d58c454ec569d3d3d3378
parentb0b847e8399898ce41116a32a76790caa4c3c19d
Implement parsing and semantic checking of the 'mutable' keyword.
Thanks to Doug for the review. Actual effects of mutable to follow.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59331 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticKinds.def
include/clang/Parse/DeclSpec.h
lib/Parse/DeclSpec.cpp
lib/Parse/ParseDecl.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
test/Parser/cxx-class.cpp
test/SemaCXX/class.cpp
www/cxx_status.html