]> granicus.if.org Git - clang/commit
mutable is a storage class that can follow a class/struct/union definition. Fixes...
authorDouglas Gregor <dgregor@apple.com>
Mon, 17 May 2010 18:19:56 +0000 (18:19 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 17 May 2010 18:19:56 +0000 (18:19 +0000)
commit33f992425213f381fc503699b26ee8cf9b60494e
tree2f0abb08deba8bfc99251b83d334c682c9a6eea1
parent9614dc0f76af9707a07d656056d2ec08cdd04b3a
mutable is a storage class that can follow a class/struct/union definition. Fixes PR7153

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103954 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseDeclCXX.cpp
test/SemaCXX/class.cpp