summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CIndexCodeCompletion.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-11/+11
* New libclang API to expose container type for code completion, fromDouglas Gregor2011-07-211-6/+86
* Introduce a new libclang aPI function,Douglas Gregor2011-07-071-0/+192
* When the environment variable LIBCLANG_RESOURCE_USAGE is set, teachDouglas Gregor2011-05-051-1/+2
* Improve crash recovery cleanup to recovery CompilerInstances during crash rec...Ted Kremenek2011-03-211-6/+6
* Correctly store and keep track of the FileSystemOptions in ASTUnit and in cla...Anders Carlsson2011-03-181-3/+6
* Teach the CXCodeCompleteResults results structure, which storesDouglas Gregor2011-02-161-1/+11
* Fix name lookup issueDouglas Gregor2011-02-011-1/+1
* Create a special allocator class for code completion, so that all ofDouglas Gregor2011-02-011-2/+2
* Allocate CodeCompletionString and all of its components in aDouglas Gregor2011-02-011-48/+26
* 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
OpenPOWER on IntegriCloud