]> granicus.if.org Git - clang/commit
Add 'mutable' to the function declarator chunk, to be used when
authorDouglas Gregor <dgregor@apple.com>
Wed, 13 Jul 2011 21:47:47 +0000 (21:47 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 13 Jul 2011 21:47:47 +0000 (21:47 +0000)
commit90ebed0734fac9b464c9bdff53fbf85a86b27f32
treeffe3f053b64d63f91e58237e6159f00e81b9214d
parent1255aaf10285ca60f236b4fe7c326b629b5cf788
Add 'mutable' to the function declarator chunk, to be used when
parsing lambda expressions, from John Freeman!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135090 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/DeclSpec.h
lib/Parse/ParseDecl.cpp
lib/Parse/ParseExpr.cpp
lib/Sema/DeclSpec.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaType.cpp