Fold ParseSEHTryBlockCommon() into its only caller. No behavior change.
authorNico Weber <nicolasweber@gmx.de>
Wed, 25 Feb 2015 01:43:27 +0000 (01:43 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 25 Feb 2015 01:43:27 +0000 (01:43 +0000)
commitdd25674a40293b2908fccf023cb6994fd80aedf0
treed78d6586773d5c3dc3205c30b4cd9205495ce0ac
parenta54860e0583ef24cfd91d5ba8c79fd5b4381c68a
Fold ParseSEHTryBlockCommon() into its only caller. No behavior change.

ParseCXXTryBlockCommon() makes sense because it has two callers due to
function try blocks.  There are no SEH function try blocks.

llvm-svn: 230426
clang/include/clang/Parse/Parser.h
clang/lib/Parse/ParseStmt.cpp