summaryrefslogtreecommitdiff
path: root/tools/libclang/CIndexCodeCompletion.cpp
Commit message (Expand)AuthorAge
* Remove 'const' from MemoryBuffers used through the SourceManagerDavid Blaikie2014-06-27
* [C++11] Use 'nullptr'. Tools edition.Craig Topper2014-06-08
* Don't leak the CXStoredDiagnostics returned by clang_codeCompleteGetDiagnostic()Nico Weber2014-05-09
* Honour -ivfsoverlay in ASTUnit to match clangBen Langmuir2014-04-15
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-15
* [C++11] Use std::atomic instead of LLVM's.Benjamin Kramer2014-03-02
* Fix a typo in the function name that I just introduced (r201155)Dmitri Gribenko2014-02-11
* libclang: audit all APIs that accept a CXTranslationUnit to make sure thatDmitri Gribenko2014-02-11
* ASTUnit: ArrayRef'ize RemappedFilesDmitri Gribenko2014-02-07
* Remove unnecessary inclusion of Sema.hDavid Blaikie2013-09-13
* Don't use PathV1.h in CIndexCodeCompletion.cpp.Rafael Espindola2013-06-26
* Simplify a loop in ProcessCodeCompleteResults(). Pointed out by David BlaikieDmitri Gribenko2013-06-18
* ArrayRef'ize CodeCompletionContext::getNumSelIdents()Dmitri Gribenko2013-06-18
* Use the sys::ExecuteAndWait that takes StringRefs.Rafael Espindola2013-06-13
* libclang: reduce CXString abuseDmitri Gribenko2013-02-07
* libclang: remove 'using namespace cxstring'Dmitri Gribenko2013-02-03
* libclang: introduce cxstring::{createRef,createDup} for StringRefsDmitri Gribenko2013-02-02
* libclang: introduce cxstring::{createRef,createDup} for C stringsDmitri Gribenko2013-02-02
* libclang: itroduce cxstring::createEmpty()Dmitri Gribenko2013-02-01
* libclang: introduce cxstring::createNull()Dmitri Gribenko2013-02-01
* libclang: type safety for CXTranslationUnitImpl::CIdxDmitri Gribenko2013-01-26
* libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)Dmitri Gribenko2013-01-26
* Re-sort all the headers. Lots of regressions have crept in here.Chandler Carruth2013-01-19
* [libclang] Enhance logging capabilities of libclang.Argyrios Kyrtzidis2013-01-10
* Re-sort #include lines using the llvm/utils/sort_includes.py script.Chandler Carruth2013-01-02
* [libclang] Check for the 'LIBCLANG_NOTHREADS' environment variable before cre...Argyrios Kyrtzidis2012-12-22
* Sort #include lines for tools/...Chandler Carruth2012-12-04
* Make helpers static/anonymous.Benjamin Kramer2012-11-22
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-23
* [libclang] Remove the ParentKind cursor kind from code-completion results.Argyrios Kyrtzidis2012-09-26
* Add a new libclang completion API to get brief documentation comment that isDmitri Gribenko2012-07-02
* [code-complete] Introduce CodeCompletionTUInfo which will be used for cachingArgyrios Kyrtzidis2012-04-10
* [libclang] Rename setBackGroundPriority -> setThreadBackgroundPriority.Argyrios Kyrtzidis2012-03-28
* [libclang] Introduce options to control the priority for the threadsArgyrios Kyrtzidis2012-03-28
* Introduce a new libclang API to determine the parent context of a codeDouglas Gregor2012-03-27
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-11
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-20
* drop more llvm:: prefixes on SmallString<>Dylan Noblesmith2012-02-13
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie2012-01-17
* Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations toErik Verbruggen2011-10-14
* Make sure we initialize the "extra" data within the libclang codeDouglas Gregor2011-10-10
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-25
* [libclang] Workaround potential race condition with code completion Allocated...Ted Kremenek2011-08-17
* When performing code completion after at @interface, allow bothDouglas Gregor2011-07-30
* Eliminate a bunch of temporary strings.Benjamin Kramer2011-07-26
* Add new libclang API, clang_codeCompleteGetObjCSelector(), whichDouglas Gregor2011-07-26
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-23
* New libclang API to expose container type for code completion, fromDouglas Gregor2011-07-21
* Introduce a new libclang aPI function,Douglas Gregor2011-07-07