aboutsummaryrefslogtreecommitdiff
path: root/tools/libclang/CIndexCodeCompletion.cpp
AgeCommit message (Expand)Author
2013-02-07libclang: reduce CXString abuseDmitri Gribenko
2013-02-03libclang: remove 'using namespace cxstring'Dmitri Gribenko
2013-02-02libclang: introduce cxstring::{createRef,createDup} for StringRefsDmitri Gribenko
2013-02-02libclang: introduce cxstring::{createRef,createDup} for C stringsDmitri Gribenko
2013-02-01libclang: itroduce cxstring::createEmpty()Dmitri Gribenko
2013-02-01libclang: introduce cxstring::createNull()Dmitri Gribenko
2013-01-26libclang: type safety for CXTranslationUnitImpl::CIdxDmitri Gribenko
2013-01-26libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)Dmitri Gribenko
2013-01-19Re-sort all the headers. Lots of regressions have crept in here.Chandler Carruth
2013-01-10[libclang] Enhance logging capabilities of libclang.Argyrios Kyrtzidis
2013-01-02Re-sort #include lines using the llvm/utils/sort_includes.py script.Chandler Carruth
2012-12-22[libclang] Check for the 'LIBCLANG_NOTHREADS' environment variable before cre...Argyrios Kyrtzidis
2012-12-04Sort #include lines for tools/...Chandler Carruth
2012-11-22Make helpers static/anonymous.Benjamin Kramer
2012-10-23Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor
2012-09-26[libclang] Remove the ParentKind cursor kind from code-completion results.Argyrios Kyrtzidis
2012-07-02Add a new libclang completion API to get brief documentation comment that isDmitri Gribenko
2012-04-10[code-complete] Introduce CodeCompletionTUInfo which will be used for cachingArgyrios Kyrtzidis
2012-03-28[libclang] Rename setBackGroundPriority -> setThreadBackgroundPriority.Argyrios Kyrtzidis
2012-03-28[libclang] Introduce options to control the priority for the threadsArgyrios Kyrtzidis
2012-03-27Introduce a new libclang API to determine the parent context of a codeDouglas Gregor
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie
2012-02-20Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith
2012-02-13drop more llvm:: prefixes on SmallString<>Dylan Noblesmith
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2012-01-17Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie
2011-10-14Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations toErik Verbruggen
2011-10-10Make sure we initialize the "extra" data within the libclang codeDouglas Gregor
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie
2011-08-17[libclang] Workaround potential race condition with code completion Allocated...Ted Kremenek
2011-07-30When performing code completion after at @interface, allow bothDouglas Gregor
2011-07-26Eliminate a bunch of temporary strings.Benjamin Kramer
2011-07-26Add new libclang API, clang_codeCompleteGetObjCSelector(), whichDouglas Gregor
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-07-21New libclang API to expose container type for code completion, fromDouglas Gregor
2011-07-07Introduce a new libclang aPI function,Douglas Gregor
2011-05-05When the environment variable LIBCLANG_RESOURCE_USAGE is set, teachDouglas Gregor
2011-03-21Improve crash recovery cleanup to recovery CompilerInstances during crash rec...Ted Kremenek
2011-03-18Correctly store and keep track of the FileSystemOptions in ASTUnit and in cla...Anders Carlsson
2011-02-16Teach the CXCodeCompleteResults results structure, which storesDouglas Gregor
2011-02-01Fix name lookup issueDouglas Gregor
2011-02-01Create a special allocator class for code completion, so that all ofDouglas Gregor
2011-02-01Allocate CodeCompletionString and all of its components in aDouglas Gregor
2010-12-07Use atomic operations for libclang's object count tracking.Douglas Gregor
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-23now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner
2010-11-23give FileManager a 'FileSystemOptions' ivar, which will be usedChris Lattner
2010-11-18Refactoring of Diagnostic class.Argyrios Kyrtzidis
2010-11-17Make definition of CXTranslationUnitImpl privateTed Kremenek
2010-11-17Fix source-range information for Objective-C properties. Previously,Douglas Gregor