commit | f06cdae9c68dfc4191fbf6b9e5ea0fd748488d88 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Sun Jan 03 18:01:57 2010 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Sun Jan 03 18:01:57 2010 +0000 |
tree | 2354bfa622035a1dd2cf4d18161aee9acd92e1f0 | |
parent | 368a55d3ce5d66c6d0502c6f8bf061c06961042c [diff] |
Implement typo correction for a variety of Objective-C-specific constructs: - Instance variable lookup ("foo->ivar" and, in instance methods, "ivar") - Property name lookup ("foo.prop") - Superclasses - Various places where a class name is required - Protocol names (e.g., id<proto>) This seems to cover many of the common places where typos could occur. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92449 91177308-0d34-0410-b5e6-96231b3b80d8