aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Parse/Action.h
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-11-18 23:08:07 +0000
committerDouglas Gregor <dgregor@apple.com>2009-11-18 23:08:07 +0000
commita93b108e025ef2480fa867cc533e7781a40a639b (patch)
tree8ca930c793bb85b0b57b4a0ff0682ded1a506069 /include/clang/Parse/Action.h
parent6654294ec1074d069c35152ea258f95f97ca7625 (diff)
Rename CodeCompleteObjCProperty to something more specific. No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89267 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Parse/Action.h')
-rw-r--r--include/clang/Parse/Action.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Parse/Action.h b/include/clang/Parse/Action.h
index 0c1335cb70..2a6171c6aa 100644
--- a/include/clang/Parse/Action.h
+++ b/include/clang/Parse/Action.h
@@ -2329,7 +2329,7 @@ public:
/// found after the left paren.
///
/// \param S the scope in which the operator keyword occurs.
- virtual void CodeCompleteObjCProperty(Scope *S, ObjCDeclSpec &ODS) { }
+ virtual void CodeCompleteObjCPropertyFlags(Scope *S, ObjCDeclSpec &ODS) { }
/// \brief Code completion for an ObjC message expression that refers to
/// a class method.