summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CIndexCodeCompletion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use atomic operations for libclang's object count tracking.Douglas Gregor2010-12-071-3/+4
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner2010-11-231-4/+4
* give FileManager a 'FileSystemOptions' ivar, which will be usedChris Lattner2010-11-231-1/+3
* Refactoring of Diagnostic class.Argyrios Kyrtzidis2010-11-181-1/+3
* Make definition of CXTranslationUnitImpl privateTed Kremenek2010-11-171-0/+1
* Fix source-range information for Objective-C properties. Previously,Douglas Gregor2010-11-171-1/+17
* Change CXTranslationUnit to not directly cast to an ASTUnit*,Ted Kremenek2010-11-161-4/+4
* Move CXString creation/management routines intoTed Kremenek2010-11-161-0/+1
* libclang: Add some support for running certain entry points in a "safety"Daniel Dunbar2010-11-051-1/+1
* Implement -working-directory.Argyrios Kyrtzidis2010-11-031-4/+7
* Introduce code completion results for Objective-C methods, both whenDouglas Gregor2010-10-181-6/+52
* Eliminate clang_codeComplete(). libclang clients should be using theDouglas Gregor2010-10-111-293/+0
* Switch c-index-test from clang_codeComplete() over toDouglas Gregor2010-10-111-7/+36
* Fix the mapping of vertical-space cursor kinds to produce a newline,Douglas Gregor2010-10-081-4/+1
* Add some missing concurrency checks into libclangDouglas Gregor2010-09-231-0/+2
* Fix my silly sorting predicate. I hate integer-to-bool conversionsDouglas Gregor2010-09-101-1/+1
* 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
OpenPOWER on IntegriCloud