summaryrefslogtreecommitdiffstats
path: root/test/Index/complete-recovery.m
Commit message (Expand)AuthorAgeFilesLines
* Test case for fix committed in r145441.Lang Hames2011-11-301-0/+3
* Provide result types for code completions that describe built-inDouglas Gregor2011-10-181-4/+4
* Support code-completion for C++ inline methods and ObjC buffering methods.Argyrios Kyrtzidis2011-09-041-1/+0
* objective-c - This patch buffers method implementations Fariborz Jahanian2011-08-311-0/+1
* Tweak code-completion result priorities, so that exact and similarDouglas Gregor2010-10-191-1/+1
* Switch c-index-test from clang_codeComplete() over toDouglas Gregor2010-10-111-6/+6
* Add another text for code completion after recoveryDouglas Gregor2010-09-181-0/+2
* Continue parsing more postfix expressions, even after semanticDouglas Gregor2010-09-181-0/+2
* Improve recovery when the middle expression of a ternary operator is ill-formedDouglas Gregor2010-09-171-0/+2
* When we run into an error parsing or type-checking the left-hand sideDouglas Gregor2010-09-171-1/+5
* Avoid unnecessary redirect, so that stderr shows up in output.Daniel Dunbar2010-09-031-1/+1
* Do not produce types as valid code completions when we're in anDouglas Gregor2010-05-281-2/+6
* Only enable code patterns (e.g., try { statements } catch (...) {Douglas Gregor2010-05-251-2/+2
* Improve code completion in failure cases in two ways:Douglas Gregor2010-05-251-0/+21