aboutsummaryrefslogtreecommitdiff
path: root/tools/libclang/CIndexCodeCompletion.cpp
AgeCommit message (Expand)Author
2010-11-16Change CXTranslationUnit to not directly cast to an ASTUnit*,Ted Kremenek
2010-11-16Move CXString creation/management routines intoTed Kremenek
2010-11-05libclang: Add some support for running certain entry points in a "safety"Daniel Dunbar
2010-11-03Implement -working-directory.Argyrios Kyrtzidis
2010-10-18Introduce code completion results for Objective-C methods, both whenDouglas Gregor
2010-10-11Eliminate clang_codeComplete(). libclang clients should be using theDouglas Gregor
2010-10-11Switch c-index-test from clang_codeComplete() over toDouglas Gregor
2010-10-08Fix the mapping of vertical-space cursor kinds to produce a newline,Douglas Gregor
2010-09-23Add some missing concurrency checks into libclangDouglas Gregor
2010-09-10Fix my silly sorting predicate. I hate integer-to-bool conversionsDouglas Gregor
2010-09-01Make it clear that libclang does not modify the command-line argumentsDouglas Gregor
2010-08-27Teach clang_codeComplete to always sort its code-completion resultsDouglas Gregor
2010-08-26Implement code completion for @selector expressionsDouglas Gregor
2010-08-26Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-26Revert r112149, "Move the sorting of code-completion results out of the mainDaniel Dunbar
2010-08-26Revert r112154, "Fix thinko in sorting operation", it depends on r112149 whichDaniel Dunbar
2010-08-26Fix thinko in sorting operationDouglas Gregor
2010-08-26Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-26Revert "Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-25Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-25Teach Sema to live without CodeCompleteConsumer.h.John McCall
2010-08-23Introduce new libclang API functions that determine the availabilityDouglas Gregor
2010-08-20When performing code-completion in the presence of a preamble, makeDouglas Gregor
2010-08-19libclang: Execute clang_codeCompleteAt() inside a crash recovery context.Daniel Dunbar
2010-08-15Extend the code-completion caching infrastructure to include globalDouglas Gregor
2010-08-13Implement caching of code-completion results for macro definitionsDouglas Gregor
2010-08-11Once code completion has completed, pass a "completion context" on toDouglas Gregor
2010-08-09Minor libclang tweaksDouglas Gregor
2010-08-09Use precompiled preambles for in-process code completion.Douglas Gregor
2010-08-05Give clang_codeCompleteAt() an "options" parameter, and add a newDouglas Gregor
2010-08-04When performing in-process code completion, don't free the remappedDouglas Gregor
2010-08-04Add code-completion support directly to ASTUnit, which performs codeDouglas Gregor
2010-07-26When LIBCLANG_CODE_COMPLETION_LOGGING is set in the environment, log code-com...Douglas Gregor
2010-06-30libclang: When invoking external clang process to get code completion results,Daniel Dunbar
2010-05-27Silence warning about "enumeral and non-enumeral type in conditionalBill Wendling
2010-05-26Introduce priorities into the code-completion results.Douglas Gregor
2010-05-25Turn vertical spacing into horizontal spacing in code-completion resultsDouglas Gregor
2010-04-30Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar