- d2e5acc Fix includes and dependencies for libclang by Richard Trieu · 7 years ago
- b006e09 [clang] Introduce new completion context types by Kadir Cetinkaya · 7 years ago
- 3d8051a [CodeComplete] Add completions for filenames in #include directives. by Sam McCall · 7 years ago
- 2fab235 [CodeComplete] Report location of opening parens for signature help by Ilya Biryukov · 7 years ago
- 3957e48 [libclang] Optionally add code completion results for arrow instead of dot by Ivan Donchevskii · 7 years ago
- 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
- bb2cf63 [CodeComplete] Add an option to omit results from the preamble. by Sam McCall · 8 years ago
- 690f0e2 [libclang] Record code-completion invocations to a temporary file when by Alex Lorenz · 8 years ago
- 3cc3911 [libclang] Allow crash recovery with LIBCLANG_NOTHREADS by Erik Verbruggen · 8 years ago
- c4d5c25 [libclang] Bury dead TemporaryFiles by Krasimir Georgiev · 9 years ago
- f6021ec Apply clang-tidy's performance-unnecessary-value-param to parts of clang. by Benjamin Kramer · 9 years ago
- ea4395e Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer" by David Blaikie · 9 years ago
- 81d0829 Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer" by David Blaikie · 9 years ago
- 9280a85 IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer by David Blaikie · 9 years ago
- 39ae3d5 [libclang] Remove the 'extern "C"' blocks from the implementation files. by Argyrios Kyrtzidis · 9 years ago
- 11a9cd9 [libclang] Use lambdas instead of explicit structs when storing arguments. by Benjamin Kramer · 10 years ago
- c3425b1 [libclang] Replace ObjC generic parameters in code-completion results. by Douglas Gregor · 10 years ago
- ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
- 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
- bb165fb Introduce a PCHContainerOperations interface (NFC). by Adrian Prantl · 10 years ago
- 34eb207 Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 10 years ago
- d910d16 Make helper functions static. NFC. by Benjamin Kramer · 11 years ago
- 0c010cd Improves overload completion result chunks. by Francisco Lopes da Silva · 11 years ago
- 975a9f6 Initial support for C++ parameter completion by Francisco Lopes da Silva · 11 years ago
- d87f8d7 Update for LLVM api change. by Rafael Espindola · 11 years ago
- 9d85b18 libclang: refactor handling of unsaved_files by Alp Toker · 11 years ago
- 66cc07b Remove 'const' from MemoryBuffers used through the SourceManager by David Blaikie · 11 years ago
- 69186e7 [C++11] Use 'nullptr'. Tools edition. by Craig Topper · 11 years ago
- 7dd96c2 Don't leak the CXStoredDiagnostics returned by clang_codeCompleteGetDiagnostic() by Nico Weber · 11 years ago
- 8832c06 Honour -ivfsoverlay in ASTUnit to match clang by Ben Langmuir · 11 years ago
- 3683556 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
- 4527fb2 [C++11] Use std::atomic instead of LLVM's. by Benjamin Kramer · 12 years ago
- 852d622 Fix a typo in the function name that I just introduced (r201155) by Dmitri Gribenko · 12 years ago
- 256454f libclang: audit all APIs that accept a CXTranslationUnit to make sure that by Dmitri Gribenko · 12 years ago
- 2febd21 ASTUnit: ArrayRef'ize RemappedFiles by Dmitri Gribenko · 12 years ago
- 0a4e61f Remove unnecessary inclusion of Sema.h by David Blaikie · 12 years ago
- b34c1fdf Don't use PathV1.h in CIndexCodeCompletion.cpp. by Rafael Espindola · 12 years ago
- 3f31bd1 Simplify a loop in ProcessCodeCompleteResults(). Pointed out by David Blaikie by Dmitri Gribenko · 12 years ago
- 9fdd7e6 ArrayRef'ize CodeCompletionContext::getNumSelIdents() by Dmitri Gribenko · 12 years ago
- cb4bb19 Use the sys::ExecuteAndWait that takes StringRefs. by Rafael Espindola · 12 years ago
- 0b62f8a libclang: reduce CXString abuse by Dmitri Gribenko · 13 years ago
- 7489521 libclang: remove 'using namespace cxstring' by Dmitri Gribenko · 13 years ago
- 2f23e9c libclang: introduce cxstring::{createRef,createDup} for StringRefs by Dmitri Gribenko · 13 years ago
- 3c66b0b libclang: introduce cxstring::{createRef,createDup} for C strings by Dmitri Gribenko · 13 years ago
- 36a6dd0 libclang: itroduce cxstring::createEmpty() by Dmitri Gribenko · 13 years ago
- f98dfba libclang: introduce cxstring::createNull() by Dmitri Gribenko · 13 years ago
- 183436e libclang: type safety for CXTranslationUnitImpl::CIdx by Dmitri Gribenko · 13 years ago
- c22ea1c libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData) by Dmitri Gribenko · 13 years ago
- 4b41745 Re-sort all the headers. Lots of regressions have crept in here. by Chandler Carruth · 13 years ago
- ea47435 [libclang] Enhance logging capabilities of libclang. by Argyrios Kyrtzidis · 13 years ago
- 44eb4f6 Re-sort #include lines using the llvm/utils/sort_includes.py script. by Chandler Carruth · 13 years ago
- 9999f4f [libclang] Check for the 'LIBCLANG_NOTHREADS' environment variable before creating by Argyrios Kyrtzidis · 13 years ago
- cc0694c Sort #include lines for tools/... by Chandler Carruth · 13 years ago
- ba4c85e Make helpers static/anonymous. by Benjamin Kramer · 13 years ago
- 811db4e Make DiagnosticOptions intrusively reference-counted, and make sure by Douglas Gregor · 13 years ago
- 9ae3956 [libclang] Remove the ParentKind cursor kind from code-completion results. by Argyrios Kyrtzidis · 13 years ago
- 3292d06 Add a new libclang completion API to get brief documentation comment that is by Dmitri Gribenko · 13 years ago
- 9d7c0fe [code-complete] Introduce CodeCompletionTUInfo which will be used for caching by Argyrios Kyrtzidis · 13 years ago
- 58d5f3f [libclang] Rename setBackGroundPriority -> setThreadBackgroundPriority. by Argyrios Kyrtzidis · 14 years ago
- 7317a5c [libclang] Introduce options to control the priority for the threads by Argyrios Kyrtzidis · 14 years ago
- 78254c8 Introduce a new libclang API to determine the parent context of a code by Douglas Gregor · 14 years ago
- bbafb8a Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 14 years ago
- c95d819 Basic: import IntrusiveRefCntPtr<> into clang namespace by Dylan Noblesmith · 14 years ago
- f1a13f2 drop more llvm:: prefixes on SmallString<> by Dylan Noblesmith · 14 years ago
- e4d798f More dead code removal (using -Wunreachable-code) by David Blaikie · 14 years ago
- 8a40f70 Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) by David Blaikie · 14 years ago
- 98ea7f6 Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations to by Erik Verbruggen · 14 years ago
- e442fe3 Make sure we initialize the "extra" data within the libclang code by Douglas Gregor · 14 years ago
- 9c902b5 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 14 years ago
- 5b8ad40 [libclang] Workaround potential race condition with code completion AllocatedResults being freed after a CXTranslationUnit. by Ted Kremenek · 14 years ago
- 2c595ad When performing code completion after at @interface, allow both by Douglas Gregor · 14 years ago
- 632500c Eliminate a bunch of temporary strings. by Benjamin Kramer · 14 years ago
- ea77740 Add new libclang API, clang_codeCompleteGetObjCSelector(), which by Douglas Gregor · 14 years ago
- 0e62c1c remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
- 63745d5 New libclang API to expose container type for code completion, from by Douglas Gregor · 14 years ago
- 2132584 Introduce a new libclang aPI function, by Douglas Gregor · 14 years ago
- af44c78 When the environment variable LIBCLANG_RESOURCE_USAGE is set, teach by Douglas Gregor · 14 years ago
- 5e14d39 Improve crash recovery cleanup to recovery CompilerInstances during crash recovery. This was a huge resource "root" during crashes. by Ted Kremenek · 15 years ago
- c30dcec Correctly store and keep track of the FileSystemOptions in ASTUnit and in clang_codeCompleteAt. by Anders Carlsson · 15 years ago
- 162b712 Teach the CXCodeCompleteResults results structure, which stores by Douglas Gregor · 15 years ago
- 6c7cb18 Fix name lookup issue by Douglas Gregor · 15 years ago
- bcbf46c Create a special allocator class for code completion, so that all of by Douglas Gregor · 15 years ago
- b278aaf Allocate CodeCompletionString and all of its components in a by Douglas Gregor · 15 years ago
- 9aeaa4d Use atomic operations for libclang's object count tracking. by Douglas Gregor · 15 years ago
- 8aaf499 Merge System into Support. by Michael J. Spencer · 15 years ago
- 5159f61 now the FileManager has a FileSystemOpts ivar, stop threading by Chris Lattner · 15 years ago
- 3f5a9ef give FileManager a 'FileSystemOptions' ivar, which will be used by Chris Lattner · 15 years ago
- d004064 Refactoring of Diagnostic class. by Argyrios Kyrtzidis · 15 years ago
- 7df92ae Make definition of CXTranslationUnitImpl private to libclang. by Ted Kremenek · 15 years ago
- 68dbaea Fix source-range information for Objective-C properties. Previously, by Douglas Gregor · 15 years ago
- 9155428 Change CXTranslationUnit to not directly cast to an ASTUnit*, by Ted Kremenek · 15 years ago
- 4b4f369 Move CXString creation/management routines into by Ted Kremenek · 15 years ago
- b7383e6 libclang: Add some support for running certain entry points in a "safety" by Daniel Dunbar · 15 years ago
- 71731d6 Implement -working-directory. by Argyrios Kyrtzidis · 15 years ago
- 8e3e874 Introduce code completion results for Objective-C methods, both when by Douglas Gregor · 15 years ago
- 6a958028 Eliminate clang_codeComplete(). libclang clients should be using the by Douglas Gregor · 15 years ago
- 36e3b5c Switch c-index-test from clang_codeComplete() over to by Douglas Gregor · 15 years ago
- 8ed5b77 Fix the mapping of vertical-space cursor kinds to produce a newline, by Douglas Gregor · 15 years ago
- ca5b053 Add some missing concurrency checks into libclang by Douglas Gregor · 15 years ago
- c7a7d92 Fix my silly sorting predicate. I hate integer-to-bool conversions by Douglas Gregor · 15 years ago