]> granicus.if.org Git - clang/commit
Parse the optional semicolon after a C++ in-class member function
authorDouglas Gregor <dgregor@apple.com>
Wed, 19 Jan 2011 16:41:58 +0000 (16:41 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 19 Jan 2011 16:41:58 +0000 (16:41 +0000)
commit9ea416e598fa3cb09d67d514c4519c99abb81321
tree1cb5e060b2ab76c14340c0ac0e475b4b7baf1399
parent2998d6b0e6d5476c473f68012a851fe4a0f609c8
Parse the optional semicolon after a C++ in-class member function
definition, rather than complaining about it. Problem reported by
Marshall Clow.

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