commit | 8b772d36808dafa9ec71956ca8398ec414214d10 | [log] [tgz] |
---|---|---|
author | Sebastian Redl <sebastian.redl@getdesigned.at> | Sun Apr 26 21:08:36 2009 +0000 |
committer | Sebastian Redl <sebastian.redl@getdesigned.at> | Sun Apr 26 21:08:36 2009 +0000 |
tree | c2c08ef516f19e1833eb717cb80a424f7e3fad6c | |
parent | 587788acb2b8676ab19fa2d3ce36201b5ecd68b1 [diff] [blame] |
The mysterious bug turns out to be an incredibly bone-headed mistake. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70160 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Parse/ParseCXXInlineMethods.cpp b/lib/Parse/ParseCXXInlineMethods.cpp index a2f93b4..525b088 100644 --- a/lib/Parse/ParseCXXInlineMethods.cpp +++ b/lib/Parse/ParseCXXInlineMethods.cpp
@@ -145,7 +145,7 @@ if (Tok.is(tok::kw_try)) { ParseFunctionTryBlock(LM.D); - return; + continue; } if (Tok.is(tok::colon)) ParseConstructorInitializer(LM.D);