summaryrefslogtreecommitdiffstats
path: root/tools/libclang/CIndexCodeCompletion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make it clear that libclang does not modify the command-line argumentsDouglas Gregor2010-09-011-1/+1
* Teach clang_codeComplete to always sort its code-completion resultsDouglas Gregor2010-08-271-0/+1
* Implement code completion for @selector expressionsDouglas Gregor2010-08-261-1/+1
* Move the sorting of code-completion results out of the main path andDouglas Gregor2010-08-261-0/+35
* Revert r112149, "Move the sorting of code-completion results out of the mainDaniel Dunbar2010-08-261-35/+0
* Revert r112154, "Fix thinko in sorting operation", it depends on r112149 whichDaniel Dunbar2010-08-261-2/+2
* Fix thinko in sorting operationDouglas Gregor2010-08-261-2/+2
* Move the sorting of code-completion results out of the main path andDouglas Gregor2010-08-261-0/+35
* Revert "Move the sorting of code-completion results out of the main path andDouglas Gregor2010-08-261-2/+0
* Move the sorting of code-completion results out of the main path andDouglas Gregor2010-08-251-0/+2
* Teach Sema to live without CodeCompleteConsumer.h.John McCall2010-08-251-1/+1
* Introduce new libclang API functions that determine the availabilityDouglas Gregor2010-08-231-4/+21
* When performing code-completion in the presence of a preamble, makeDouglas Gregor2010-08-201-6/+2
* libclang: Execute clang_codeCompleteAt() inside a crash recovery context.Daniel Dunbar2010-08-191-9/+44
* Extend the code-completion caching infrastructure to include globalDouglas Gregor2010-08-151-1/+2
* Implement caching of code-completion results for macro definitionsDouglas Gregor2010-08-131-10/+1
* Once code completion has completed, pass a "completion context" on toDouglas Gregor2010-08-111-1/+3
* Minor libclang tweaksDouglas Gregor2010-08-091-2/+2
* Use precompiled preambles for in-process code completion.Douglas Gregor2010-08-091-4/+14
* Give clang_codeCompleteAt() an "options" parameter, and add a newDouglas Gregor2010-08-051-2/+10
* When performing in-process code completion, don't free the remappedDouglas Gregor2010-08-041-10/+12
* Add code-completion support directly to ASTUnit, which performs codeDouglas Gregor2010-08-041-2/+163
* When LIBCLANG_CODE_COMPLETION_LOGGING is set in the environment, log code-com...Douglas Gregor2010-07-261-0/+15
* libclang: When invoking external clang process to get code completion results,Daniel Dunbar2010-06-301-0/+3
* Silence warning about "enumeral and non-enumeral type in conditionalBill Wendling2010-05-271-1/+1
* Introduce priorities into the code-completion results.Douglas Gregor2010-05-261-8/+38
* Turn vertical spacing into horizontal spacing in code-completion resultsDouglas Gregor2010-05-251-1/+4
* Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar2010-04-301-0/+512