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-method-decls.m
Age
Commit message (
Expand
)
Author
2012-09-26
[libclang] Remove the ParentKind cursor kind from code-completion results.
Argyrios Kyrtzidis
2012-06-12
When code completion walks the members of a protocol or interface,
Douglas Gregor
2012-04-10
Include the Objective-C parameter- and return-passing qualifiers when
Douglas Gregor
2012-03-27
Introduce a new libclang API to determine the parent context of a code
Douglas Gregor
2011-02-18
Selector::getIdentifierInfoForSlot() can return NULL values, a fact
Douglas Gregor
2011-02-15
Implement a special code-completion pattern for "IBAction". Fixes
Douglas Gregor
2010-10-19
Tweak code-completion result priorities, so that exact and similar
Douglas Gregor
2010-10-18
Introduce code completion results for Objective-C methods, both when
Douglas Gregor
2010-10-18
When providing code completions of Objective-C method declarations
Douglas Gregor
2010-10-11
Switch c-index-test from clang_codeComplete() over to
Douglas Gregor
2010-09-20
Code completion has no reason to prefer values over types, especially
Douglas Gregor
2010-09-16
Swap the priorities of constants and types, so that we prefer types.
Douglas Gregor
2010-08-26
Revert "Move the sorting of code-completion results out of the main path and
Douglas Gregor
2010-08-25
Move the sorting of code-completion results out of the main path and
Douglas Gregor
2010-08-25
When performing completions involving Objective-C method declarations
Douglas Gregor
2010-08-24
In code-completion contexts where both types and other values are
Douglas Gregor
2010-08-24
Provide code completion results for the context-sensitive Objective-C
Douglas Gregor
2010-08-17
When generating code completion patterns for method declarations, give
Douglas Gregor
2010-08-17
1 != I. Fix the formulation of code-completion patterns for
Douglas Gregor
2010-07-08
Support code completion for parameter names in Objective-C method
Douglas Gregor
2010-07-08
Introduce a new code-completion point prior to an identifier in the
Douglas Gregor
2010-05-28
Don't put method bodies into code completions unless code patterns are
Douglas Gregor
2010-04-07
Implement code completion for Objective-C method declarations and
Douglas Gregor