summaryrefslogtreecommitdiffstats
path: root/tools/libclang/CIndexCodeCompletion.cpp
Commit message (Expand)AuthorAgeFilesLines
* [code-complete] Introduce CodeCompletionTUInfo which will be used for cachingArgyrios Kyrtzidis2012-04-101-7/+13
* [libclang] Rename setBackGroundPriority -> setThreadBackgroundPriority.Argyrios Kyrtzidis2012-03-281-1/+1
* [libclang] Introduce options to control the priority for the threadsArgyrios Kyrtzidis2012-03-281-0/+4
* Introduce a new libclang API to determine the parent context of a codeDouglas Gregor2012-03-271-1/+15
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-5/+5
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-201-5/+5
* drop more llvm:: prefixes on SmallString<>Dylan Noblesmith2012-02-131-6/+6
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-2/+1
* Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie2012-01-171-4/+2
* Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations toErik Verbruggen2011-10-141-0/+14
* Make sure we initialize the "extra" data within the libclang codeDouglas Gregor2011-10-101-1/+6
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-2/+2
* [libclang] Workaround potential race condition with code completion Allocated...Ted Kremenek2011-08-171-0/+13
* When performing code completion after at @interface, allow bothDouglas Gregor2011-07-301-1/+1
* Eliminate a bunch of temporary strings.Benjamin Kramer2011-07-261-1/+1
* Add new libclang API, clang_codeCompleteGetObjCSelector(), whichDouglas Gregor2011-07-261-2/+31
* 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