]> granicus.if.org Git - clang/commit
Replace 2 method definition actions (ActOnFunctionDefBody, ActOnMethodDefBody) with...
authorSteve Naroff <snaroff@apple.com>
Sun, 11 Nov 2007 23:20:51 +0000 (23:20 +0000)
committerSteve Naroff <snaroff@apple.com>
Sun, 11 Nov 2007 23:20:51 +0000 (23:20 +0000)
commitd6d054da8e0cfd320f2bba2f97ecdb1511b1cbc4
treebb0a3968aa8dfe07d14d613fa6b1574296b0dce0
parent409be835b68344e0de56f99ef9a1e12760bc69ee
Replace 2 method definition actions (ActOnFunctionDefBody, ActOnMethodDefBody) with 1 method definition action (ActOnFinishFunctionBody). I can't think of any reason that we would need two action hooks.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44000 91177308-0d34-0410-b5e6-96231b3b80d8
Parse/ParseObjc.cpp
Parse/ParseStmt.cpp
Sema/Sema.h
Sema/SemaDecl.cpp
include/clang/Parse/Action.h