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