summaryrefslogtreecommitdiffstats
path: root/tools/libclang/CIndexCodeCompletion.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CodeComplete] Remove obsolete isOutputBinary().Sam McCall2019-04-181-3/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix includes and dependencies for libclangRichard Trieu2018-12-151-1/+0
* [clang] Introduce new completion context typesKadir Cetinkaya2018-10-241-2/+3
* [CodeComplete] Add completions for filenames in #include directives.Sam McCall2018-09-181-0/+4
* [CodeComplete] Report location of opening parens for signature helpIlya Biryukov2018-08-301-1/+2
* [libclang] Optionally add code completion results for arrow instead of dotIvan Donchevskii2018-06-131-4/+53
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-19/+19
* [CodeComplete] Add an option to omit results from the preamble.Sam McCall2018-01-121-0/+2
* [libclang] Record code-completion invocations to a temporary file whenAlex Lorenz2017-12-071-0/+11
* [libclang] Allow crash recovery with LIBCLANG_NOTHREADSErik Verbruggen2017-11-141-5/+0
* [libclang] Bury dead TemporaryFilesKrasimir Georgiev2017-03-241-6/+0
* Apply clang-tidy's performance-unnecessary-value-param to parts of clang.Benjamin Kramer2017-03-211-1/+2
* Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie2017-01-061-10/+9
* Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie2017-01-061-9/+10
* IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie2017-01-051-10/+9
* [libclang] Remove the 'extern "C"' blocks from the implementation files.Argyrios Kyrtzidis2016-12-171-12/+3
* [libclang] Use lambdas instead of explicit structs when storing arguments.Benjamin Kramer2015-07-251-29/+21
* [libclang] Replace ObjC generic parameters in code-completion results.Douglas Gregor2015-07-071-1/+1
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-2/+2
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-201-7/+5
* 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