commit | 8df46020beb7d40a80fecedc59c8435df261ecd1 | [log] [tgz] |
---|---|---|
author | Steve Naroff <snaroff@apple.com> | Sat Feb 28 16:59:13 2009 +0000 |
committer | Steve Naroff <snaroff@apple.com> | Sat Feb 28 16:59:13 2009 +0000 |
tree | 56ae661873be3c744d7ae630f3475f2baea58fc6 | |
parent | 313c41696f1ab0f4ed13398c2f425eec421c304c [diff] [blame] |
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
diff --git a/Driver/PrintParserCallbacks.cpp b/Driver/PrintParserCallbacks.cpp index e3850ba..bc28db5 100644 --- a/Driver/PrintParserCallbacks.cpp +++ b/Driver/PrintParserCallbacks.cpp
@@ -134,7 +134,7 @@ return 0; } - virtual void ObjCActOnStartOfMethodDef(Scope *FnBodyScope, DeclTy *D) { + virtual void ActOnStartOfObjCMethodDef(Scope *FnBodyScope, DeclTy *D) { llvm::cout << __FUNCTION__ << "\n"; }