diff options
author | Steve Naroff <snaroff@apple.com> | 2009-02-28 16:59:13 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2009-02-28 16:59:13 +0000 |
commit | ebf6443a4f493233f7e8d92b3a991848c8b1c00d (patch) | |
tree | 56ae661873be3c744d7ae630f3475f2baea58fc6 /Driver/PrintParserCallbacks.cpp | |
parent | f3cf89737965352ee02026992e2dc735824e185e (diff) |
Minor name change (move the ObjC prefix to a more appropriate place).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65695 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Driver/PrintParserCallbacks.cpp')
-rw-r--r-- | Driver/PrintParserCallbacks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Driver/PrintParserCallbacks.cpp b/Driver/PrintParserCallbacks.cpp index e3850bab56..bc28db525b 100644 --- a/Driver/PrintParserCallbacks.cpp +++ b/Driver/PrintParserCallbacks.cpp @@ -134,7 +134,7 @@ namespace { return 0; } - virtual void ObjCActOnStartOfMethodDef(Scope *FnBodyScope, DeclTy *D) { + virtual void ActOnStartOfObjCMethodDef(Scope *FnBodyScope, DeclTy *D) { llvm::cout << __FUNCTION__ << "\n"; } |