summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CIndexCodeCompletion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary inclusion of Sema.hDavid Blaikie2013-09-131-0/+1
* Don't use PathV1.h in CIndexCodeCompletion.cpp.Rafael Espindola2013-06-261-3/+3
* Simplify a loop in ProcessCodeCompleteResults(). Pointed out by David BlaikieDmitri Gribenko2013-06-181-6/+6
* ArrayRef'ize CodeCompletionContext::getNumSelIdents()Dmitri Gribenko2013-06-181-8/+6
* Use the sys::ExecuteAndWait that takes StringRefs.Rafael Espindola2013-06-131-0/+1
* libclang: reduce CXString abuseDmitri Gribenko2013-02-071-25/+20
* libclang: remove 'using namespace cxstring'Dmitri Gribenko2013-02-031-1/+0
* libclang: introduce cxstring::{createRef,createDup} for StringRefsDmitri Gribenko2013-02-021-2/+2
* libclang: introduce cxstring::{createRef,createDup} for C stringsDmitri Gribenko2013-02-021-6/+5
* libclang: itroduce cxstring::createEmpty()Dmitri Gribenko2013-02-011-5/+5
* libclang: introduce cxstring::createNull()Dmitri Gribenko2013-02-011-4/+4
* libclang: type safety for CXTranslationUnitImpl::CIdxDmitri Gribenko2013-01-261-1/+1
* libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)Dmitri Gribenko2013-01-261-2/+2
* Re-sort all the headers. Lots of regressions have crept in here.Chandler Carruth2013-01-191-1/+1
* [libclang] Enhance logging capabilities of libclang.Argyrios Kyrtzidis2013-01-101-0/+7
* Re-sort #include lines using the llvm/utils/sort_includes.py script.Chandler Carruth2013-01-021-1/+0
* [libclang] Check for the 'LIBCLANG_NOTHREADS' environment variable before cre...Argyrios Kyrtzidis2012-12-221-0/+6
* Sort #include lines for tools/...Chandler Carruth2012-12-041-7/+7
* Make helpers static/anonymous.Benjamin Kramer2012-11-221-1/+4
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-231-1/+5
* [libclang] Remove the ParentKind cursor kind from code-completion results.Argyrios Kyrtzidis2012-09-261-2/+0
* Add a new libclang completion API to get brief documentation comment that isDmitri Gribenko2012-07-021-4/+21
* [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
OpenPOWER on IntegriCloud