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
2 files changed
tree: c5f704b8e71ef17af6afc46f69563b66d6d47dd7
  1. clang/
  2. compiler-rt/
  3. libcxx/
  4. llvm/