]> granicus.if.org Git - clang/commit
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)
commit699ef0545b0a92dfbb3708ad6854f58a8809c238
treeeee960b5dace77e7a4fef347611c4bd1370232c1
parent407c31db6cd9d4b8149c4da4522b9ba782abe705
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@230426 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Parser.h
lib/Parse/ParseStmt.cpp