summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CIndexCodeCompletion.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
OpenPOWER on IntegriCloud