summaryrefslogtreecommitdiffstats
path: root/include/clang/Sema/CodeCompleteConsumer.h
Commit message (Expand)AuthorAgeFilesLines
...
* Implement code completion for preprocessor expressions and in macroDouglas Gregor2010-08-241-1/+3
* Implement preprocessor code completion where a macro name is expected,Douglas Gregor2010-08-241-1/+6
* Introduce new libclang API functions that determine the availabilityDouglas Gregor2010-08-231-11/+18
* Introduce a new code-completion point when we're parsing aDouglas Gregor2010-08-231-1/+6
* When caching global completion results, keep track of the simplifiedDouglas Gregor2010-08-161-10/+49
* Extend the code-completion caching infrastructure to include globalDouglas Gregor2010-08-151-7/+22
* Implement caching of code-completion results for macro definitionsDouglas Gregor2010-08-131-10/+27
* Once code completion has completed, pass a "completion context" on toDouglas Gregor2010-08-111-3/+88
* Add code-completion support directly to ASTUnit, which performs codeDouglas Gregor2010-08-041-2/+12
* Introduce a new code-completion point prior to an identifier in theDouglas Gregor2010-07-081-4/+8
* Teach code completion to adjust its completion priorities based on theDouglas Gregor2010-05-301-0/+12
* Introduce priorities into the code-completion results.Douglas Gregor2010-05-261-16/+60
* Only enable code patterns (e.g., try { statements } catch (...) {Douglas Gregor2010-05-251-6/+16
* Banish the notion of a "rank" for code-completion results, since weDouglas Gregor2010-01-131-12/+8
* Improve code completion by introducing patterns for the various C andDouglas Gregor2010-01-101-1/+12
* Extend code-completion results with the type of each resultDouglas Gregor2009-12-181-0/+12
* Switch the clang-to-CIndex interface for code-completion to a binary format, ...Douglas Gregor2009-12-011-7/+15
* Objective-C code completion within properties after "setter = " orDouglas Gregor2009-11-191-5/+13
* Improve code completion for Objective-C message sends, so that weDouglas Gregor2009-11-191-10/+15
* Improve code-completion results for the flags in an @propertyDouglas Gregor2009-11-191-2/+24
* StringRef'ify CodeCompletionStringDouglas Gregor2009-11-171-9/+9
* Rework Sema code completion interface.Daniel Dunbar2009-11-131-20/+13
* Spell empty StringRef correctly (0 is a null StringRef, which is not the same).Daniel Dunbar2009-11-121-1/+1
* Various improvements to Clang's code-completion infrastructure:Douglas Gregor2009-11-071-9/+112
* Include macros in code-completion resultsDouglas Gregor2009-10-301-1/+12
* Print the results of code-completion for overloading by displaying theDouglas Gregor2009-09-231-0/+5
* Separate the code-completion results for call completion from theDouglas Gregor2009-09-231-1/+78
* When code-completion finds a declaration only because it is usable asDouglas Gregor2009-09-221-3/+8
* Tweak the code-completion results ranking and formation, so thatDouglas Gregor2009-09-221-13/+34
* Add getDeclaration()/getKind() accessors to CodeCompleteConsumer::ResultDouglas Gregor2009-09-221-0/+12
* Enhance "case" code completion in C++ to suggest qualified names forDouglas Gregor2009-09-211-2/+8
* Refactor and simplify the CodeCompleteConsumer, so that all of theDouglas Gregor2009-09-211-197/+13
* Introduce code completion strings, which describe how to *use* theDouglas Gregor2009-09-181-0/+101
* C++ code completion after the "operator" keyword. Provide overloadedDouglas Gregor2009-09-181-4/+12
* Introduce four new code-completion hooks for C++:Douglas Gregor2009-09-181-0/+35
* Don't perform name lookup into a given declaration context more than once dur...Douglas Gregor2009-09-181-0/+3
* For code completion in C++ member access expressions and tag names,Douglas Gregor2009-09-181-0/+7
* When gathering results for code completion, only include hiddenDouglas Gregor2009-09-181-0/+8
* Implement code completion for tags, e.g., code completion after "enum"Douglas Gregor2009-09-181-5/+50
* Fix typo.Mike Stump2009-09-171-1/+1
* Initial implementation of a code-completion interface in Clang. InDouglas Gregor2009-09-171-0/+183