summaryrefslogtreecommitdiff
path: root/test/Index/complete-recovery.m
AgeCommit message (Expand)Author
2016-07-27Implement filtering for code completion of identifiers.Vassil Vassilev
2013-12-05Fix a tranche of comment, test and doc typosAlp Toker
2011-11-30Test case for fix committed in r145441.Lang Hames
2011-10-18Provide result types for code completions that describe built-inDouglas Gregor
2011-09-04Support code-completion for C++ inline methods and ObjC buffering methods.Argyrios Kyrtzidis
2011-08-31objective-c - This patch buffers method implementations Fariborz Jahanian
2010-10-19Tweak code-completion result priorities, so that exact and similarDouglas Gregor
2010-10-11Switch c-index-test from clang_codeComplete() over toDouglas Gregor
2010-09-18Add another text for code completion after recoveryDouglas Gregor
2010-09-18Continue parsing more postfix expressions, even after semanticDouglas Gregor
2010-09-17Improve recovery when the middle expression of a ternary operator is ill-formedDouglas Gregor
2010-09-17When we run into an error parsing or type-checking the left-hand sideDouglas Gregor
2010-09-03Avoid unnecessary redirect, so that stderr shows up in output.Daniel Dunbar
2010-05-28Do not produce types as valid code completions when we're in anDouglas Gregor
2010-05-25Only enable code patterns (e.g., try { statements } catch (...) {Douglas Gregor
2010-05-25Improve code completion in failure cases in two ways:Douglas Gregor