summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CIndexCodeCompletion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Make helper functions static. NFC.Benjamin Kramer2015-03-101-1/+1
* Improves overload completion result chunks.Francisco Lopes da Silva2015-01-281-1/+2
* Initial support for C++ parameter completionFrancisco Lopes da Silva2015-01-211-1/+1
* Update for LLVM api change.Rafael Espindola2014-08-271-2/+2
* libclang: refactor handling of unsaved_filesAlp Toker2014-07-071-14/+13
* Remove 'const' from MemoryBuffers used through the SourceManagerDavid Blaikie2014-06-271-2/+2
* [C++11] Use 'nullptr'. Tools edition.Craig Topper2014-06-081-15/+15
* Don't leak the CXStoredDiagnostics returned by clang_codeCompleteGetDiagnostic()Nico Weber2014-05-091-2/+12
* Honour -ivfsoverlay in ASTUnit to match clangBen Langmuir2014-04-151-19/+12
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-151-13/+13
* [C++11] Use std::atomic instead of LLVM's.Benjamin Kramer2014-03-021-10/+8
* Fix a typo in the function name that I just introduced (r201155)Dmitri Gribenko2014-02-111-1/+1
* libclang: audit all APIs that accept a CXTranslationUnit to make sure thatDmitri Gribenko2014-02-111-1/+6
* ASTUnit: ArrayRef'ize RemappedFilesDmitri Gribenko2014-02-071-1/+1
* 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
OpenPOWER on IntegriCloud