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-exprs.m
Age
Commit message (
Expand
)
Author
2012-08-17
Make the spacing of the code completion result for NSDictionary
Douglas Gregor
2012-07-17
Remove unnecessary spacing around Objective-C object literal code
Douglas Gregor
2012-06-15
[completion] Add completions for @"..." and @(...), and tidy up @[] and @{}.
Jordan Rose
2012-03-06
And libclang cursor/indexing support for new Objective-C NSArray/NSDictionary...
Ted Kremenek
2011-10-18
Provide result types for code completions that describe built-in
Douglas Gregor
2011-09-27
When 'bool' is not a built-in type but is defined as a macro, print
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
2011-06-15
Automatic Reference Counting.
John McCall
2010-10-19
Tweak code-completion result priorities, so that exact and similar
Douglas Gregor
2010-10-18
Fix the translation of the PCC_ForInit code-completion context for
Douglas Gregor
2010-09-20
Code completion has no reason to prefer values over types, especially
Douglas Gregor
2010-09-20
Tweak priorities for some types and macros:
Douglas Gregor
2010-09-18
Give the Objective-C _cmd an "unlikely" code completion priority; it's
Douglas Gregor