Parse the optional semicolon after a C++ in-class member function
commitb4195ae6ff4db1a9a9eaf9c2545df9a0570144de
authorDouglas Gregor <doug.gregor@gmail.com>
Wed, 19 Jan 2011 16:41:58 +0000 (19 16:41 +0000)
committerDouglas Gregor <doug.gregor@gmail.com>
Wed, 19 Jan 2011 16:41:58 +0000 (19 16:41 +0000)
tree1cb5e060b2ab76c14340c0ac0e475b4b7baf1399
parentaf6d19baf8f2fcbf0a3c339fb5e352a416847970
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