aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Index/complete-recovery.m
AgeCommit message (Expand)AuthorFilesLines
2011-11-30Test case for fix committed in r145441.Lang Hames1-0/+3
2011-10-18Provide result types for code completions that describe built-inDouglas Gregor1-4/+4
2011-09-04Support code-completion for C++ inline methods and ObjC buffering methods.Argyrios Kyrtzidis1-1/+0
2011-08-31objective-c - This patch buffers method implementations Fariborz Jahanian1-0/+1
2010-10-19Tweak code-completion result priorities, so that exact and similarDouglas Gregor1-1/+1
2010-10-11Switch c-index-test from clang_codeComplete() over toDouglas Gregor1-6/+6
2010-09-18Add another text for code completion after recoveryDouglas Gregor1-0/+2
2010-09-18Continue parsing more postfix expressions, even after semanticDouglas Gregor1-0/+2
2010-09-17Improve recovery when the middle expression of a ternary operator is ill-formedDouglas Gregor1-0/+2
2010-09-17When we run into an error parsing or type-checking the left-hand sideDouglas Gregor1-1/+5
2010-09-03Avoid unnecessary redirect, so that stderr shows up in output.Daniel Dunbar1-1/+1
2010-05-28Do not produce types as valid code completions when we're in anDouglas Gregor1-2/+6
2010-05-25Only enable code patterns (e.g., try { statements } catch (...) {Douglas Gregor1-2/+2
2010-05-25Improve code completion in failure cases in two ways:Douglas Gregor1-0/+21