commit | 86ad085b402c0f9c4b9a355783347e653e9ca67d | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Tue May 18 16:30:22 2010 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Tue May 18 16:30:22 2010 +0000 |
tree | c5f704b8e71ef17af6afc46f69563b66d6d47dd7 | |
parent | 5fd04d48329dc4dbbea7c1a5075a5e9701af06b9 [diff] |
Give a slight edge to the context-sensitive keyword 'super' over non-function-local declarations with names similar to what the user typed. For example, this allows us to correct 'supper' to 'super' in an Objective-C message send, even though the C function 'isupper' has the same edit distance. llvm-svn: 104023