index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Index
/
complete-recovery.m
Age
Commit message (
Expand
)
Author
2011-11-30
Test case for fix committed in r145441.
Lang Hames
2011-10-18
Provide result types for code completions that describe built-in
Douglas Gregor
2011-09-04
Support code-completion for C++ inline methods and ObjC buffering methods.
Argyrios Kyrtzidis
2011-08-31
objective-c - This patch buffers method implementations
Fariborz Jahanian
2010-10-19
Tweak code-completion result priorities, so that exact and similar
Douglas Gregor
2010-10-11
Switch c-index-test from clang_codeComplete() over to
Douglas Gregor
2010-09-18
Add another text for code completion after recovery
Douglas Gregor
2010-09-18
Continue parsing more postfix expressions, even after semantic
Douglas Gregor
2010-09-17
Improve recovery when the middle expression of a ternary operator is ill-formed
Douglas Gregor
2010-09-17
When we run into an error parsing or type-checking the left-hand side
Douglas Gregor
2010-09-03
Avoid unnecessary redirect, so that stderr shows up in output.
Daniel Dunbar
2010-05-28
Do not produce types as valid code completions when we're in an
Douglas Gregor
2010-05-25
Only enable code patterns (e.g., try { statements } catch (...) {
Douglas Gregor
2010-05-25
Improve code completion in failure cases in two ways:
Douglas Gregor