Douglas Gregor
0a0e2b3631
Allow the computation of the base priority for a declaration code completion result to consider the completion context
...
llvm-svn: 174037
2013-01-31 04:52:16 +00:00
Argyrios Kyrtzidis
9ae3956f22
[libclang] Remove the ParentKind cursor kind from code-completion results.
...
This is to reduce dependency to cursors for the code-completion results.
llvm-svn: 164705
2012-09-26 16:39:56 +00:00
Douglas Gregor
2d8db8fe7a
Tweak code-completion heuristics deciding between a lambda
...
code-completion and an Objective-C message send, based on Jordan's
feedback.
llvm-svn: 161049
2012-07-31 15:27:48 +00:00
Douglas Gregor
721b14d1b3
When we encounter a code-completion token while parsing an ill-formed
...
lambda-introducer in Objective-C++11, fall back to treating the tokens
as an Objective-C message send to provide those (more likely)
completions. Fixes <rdar://problem/11980263>.
llvm-svn: 161015
2012-07-31 00:50:07 +00:00