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
/
CodeCompletion
Age
Commit message (
Expand
)
Author
2012-11-19
PR14381: Never skip constexpr function bodies when code-completing. We may need
Richard Smith
2012-09-26
[libclang] Remove the ParentKind cursor kind from code-completion results.
Argyrios Kyrtzidis
2012-09-25
Macro history (de-)serialization. Deserialization currently reads only the la...
Alexander Kornienko
2012-08-17
Make the spacing of the code completion result for NSDictionary
Douglas Gregor
2012-07-27
Fix an assertion failure when code completing an auto variable's initialiser.
Peter Collingbourne
2012-07-17
Remove unnecessary spacing around Objective-C object literal code
Douglas Gregor
2012-07-02
Add a new libclang completion API to get brief documentation comment that is
Dmitri Gribenko
2012-06-15
[completion] Add completions for @"..." and @(...), and tidy up @[] and @{}.
Jordan Rose
2012-04-16
Add 'env' in hopes of making this test pass on Windows.
Nick Lewycky
2012-04-16
Implement the all_lookups_iterator for PCH as a follow-up to r153970. This
Nick Lewycky
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-04-23
Fix an assertion when code-completing, rdar://9288730 & http://llvm.org/PR9728.
Argyrios Kyrtzidis
2011-04-12
Don't suggest dynamic_cast or typeid as code completion results when
Douglas Gregor
2010-12-09
Don't crash when code-completing after "#include <". It would be far
Douglas Gregor
2010-11-09
Revert the fix for PR8013.
Douglas Gregor
2010-11-09
Handle overload resolution when calling an overloaded function set
Douglas Gregor
2010-10-26
Add support for code completion on stdin.
Dan Gohman
2010-10-08
Fix the mapping of vertical-space cursor kinds to produce a newline,
Douglas Gregor
2010-08-31
When provide code completions for a variadic Objective-C method
Douglas Gregor
2010-07-28
When performing code completion for a case statement in a switch whose
Douglas Gregor
2010-07-14
Only filter out names reserved for the implementation (e.g., __blah or
Douglas Gregor
2010-05-28
Make -code-completion-patterns only cover multi-line code
Douglas Gregor
2010-05-25
Only enable code patterns (e.g., try { statements } catch (...) {
Douglas Gregor
2010-05-16
when code completing inside a C-style block comment, don't emit errors about
Chris Lattner
2010-04-06
When code completion produces an overload set as its results (e.g.,
Douglas Gregor
2010-04-06
Do not produce semicolons at the end of code-completion results
Douglas Gregor
2010-04-06
Only prove macros as code-completion results when we're in a case
Douglas Gregor
2010-03-10
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-01-21
Teach code-completion to deal with calls to functions without prototypes.
Douglas Gregor
2010-01-13
Improve the sorting of code-completion results. We now always sort by
Douglas Gregor
2010-01-10
Improve code completion by introducing patterns for the various C and
Douglas Gregor
2010-01-04
Teach Preprocessor::macro_begin/macro_end to lazily load all macro
Douglas Gregor
2009-12-18
Extend code-completion results with the type of each result
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-14
Make tests use the new clang -cc1 flag.
Fariborz Jahanian
2009-12-11
Add a function's cv-qualifiers to the code-completion results as an
Douglas Gregor
2009-12-11
Teach code completion to instantiate templates when it needs to
Douglas Gregor
2009-12-11
Member function templates can occur after . or ->
Douglas Gregor
2009-12-11
Tweak code-completion results by suppressing class template
Douglas Gregor
2009-12-11
Class template (partial) specializations should not show up in code completio...
Douglas Gregor
2009-11-19
Improve code-completion results for the flags in an @property
Douglas Gregor
2009-11-17
Refactor code-completion support for message sends, collecting the
Douglas Gregor
2009-11-08
Remove RUN: true lines.
Daniel Dunbar
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-11-07
Add basic code completion support for ObjC messages.
Steve Naroff
2009-11-07
Various improvements to Clang's code-completion infrastructure:
Douglas Gregor
2009-10-30
Include macros in code-completion results
Douglas Gregor
2009-10-08
- Fixup SortCodeCompleteResult() to properly sort keywords on Mac OS (compare...
Steve Naroff
2009-10-08
Add code completion support for ObjC property declarations/attributes.
Steve Naroff
[next]