| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations to | Erik Verbruggen | 2011-10-14 | 1 | -0/+14 |
| * | Make sure we initialize the "extra" data within the libclang code | Douglas Gregor | 2011-10-10 | 1 | -1/+6 |
| * | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -2/+2 |
| * | [libclang] Workaround potential race condition with code completion Allocated... | Ted Kremenek | 2011-08-17 | 1 | -0/+13 |
| * | When performing code completion after at @interface, allow both | Douglas Gregor | 2011-07-30 | 1 | -1/+1 |
| * | Eliminate a bunch of temporary strings. | Benjamin Kramer | 2011-07-26 | 1 | -1/+1 |
| * | Add new libclang API, clang_codeCompleteGetObjCSelector(), which | Douglas Gregor | 2011-07-26 | 1 | -2/+31 |
| * | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -11/+11 |
| * | New libclang API to expose container type for code completion, from | Douglas Gregor | 2011-07-21 | 1 | -6/+86 |
| * | Introduce a new libclang aPI function, | Douglas Gregor | 2011-07-07 | 1 | -0/+192 |
| * | When the environment variable LIBCLANG_RESOURCE_USAGE is set, teach | Douglas Gregor | 2011-05-05 | 1 | -1/+2 |
| * | Improve crash recovery cleanup to recovery CompilerInstances during crash rec... | Ted Kremenek | 2011-03-21 | 1 | -6/+6 |
| * | Correctly store and keep track of the FileSystemOptions in ASTUnit and in cla... | Anders Carlsson | 2011-03-18 | 1 | -3/+6 |
| * | Teach the CXCodeCompleteResults results structure, which stores | Douglas Gregor | 2011-02-16 | 1 | -1/+11 |
| * | Fix name lookup issue | Douglas Gregor | 2011-02-01 | 1 | -1/+1 |
| * | Create a special allocator class for code completion, so that all of | Douglas Gregor | 2011-02-01 | 1 | -2/+2 |
| * | Allocate CodeCompletionString and all of its components in a | Douglas Gregor | 2011-02-01 | 1 | -48/+26 |
| * | Use atomic operations for libclang's object count tracking. | Douglas Gregor | 2010-12-07 | 1 | -3/+4 |
| * | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
| * | now the FileManager has a FileSystemOpts ivar, stop threading | Chris Lattner | 2010-11-23 | 1 | -4/+4 |
| * | give FileManager a 'FileSystemOptions' ivar, which will be used | Chris Lattner | 2010-11-23 | 1 | -1/+3 |
| * | Refactoring of Diagnostic class. | Argyrios Kyrtzidis | 2010-11-18 | 1 | -1/+3 |
| * | Make definition of CXTranslationUnitImpl private | Ted Kremenek | 2010-11-17 | 1 | -0/+1 |
| * | Fix source-range information for Objective-C properties. Previously, | Douglas Gregor | 2010-11-17 | 1 | -1/+17 |
| * | Change CXTranslationUnit to not directly cast to an ASTUnit*, | Ted Kremenek | 2010-11-16 | 1 | -4/+4 |
| * | Move CXString creation/management routines into | Ted Kremenek | 2010-11-16 | 1 | -0/+1 |
| * | libclang: Add some support for running certain entry points in a "safety" | Daniel Dunbar | 2010-11-05 | 1 | -1/+1 |
| * | Implement -working-directory. | Argyrios Kyrtzidis | 2010-11-03 | 1 | -4/+7 |
| * | Introduce code completion results for Objective-C methods, both when | Douglas Gregor | 2010-10-18 | 1 | -6/+52 |
| * | Eliminate clang_codeComplete(). libclang clients should be using the | Douglas Gregor | 2010-10-11 | 1 | -293/+0 |
| * | Switch c-index-test from clang_codeComplete() over to | Douglas Gregor | 2010-10-11 | 1 | -7/+36 |
| * | Fix the mapping of vertical-space cursor kinds to produce a newline, | Douglas Gregor | 2010-10-08 | 1 | -4/+1 |
| * | Add some missing concurrency checks into libclang | Douglas Gregor | 2010-09-23 | 1 | -0/+2 |
| * | Fix my silly sorting predicate. I hate integer-to-bool conversions | Douglas Gregor | 2010-09-10 | 1 | -1/+1 |
| * | Make it clear that libclang does not modify the command-line arguments | Douglas Gregor | 2010-09-01 | 1 | -1/+1 |
| * | Teach clang_codeComplete to always sort its code-completion results | Douglas Gregor | 2010-08-27 | 1 | -0/+1 |
| * | Implement code completion for @selector expressions | Douglas Gregor | 2010-08-26 | 1 | -1/+1 |
| * | Move the sorting of code-completion results out of the main path and | Douglas Gregor | 2010-08-26 | 1 | -0/+35 |
| * | Revert r112149, "Move the sorting of code-completion results out of the main | Daniel Dunbar | 2010-08-26 | 1 | -35/+0 |
| * | Revert r112154, "Fix thinko in sorting operation", it depends on r112149 which | Daniel Dunbar | 2010-08-26 | 1 | -2/+2 |
| * | Fix thinko in sorting operation | Douglas Gregor | 2010-08-26 | 1 | -2/+2 |
| * | Move the sorting of code-completion results out of the main path and | Douglas Gregor | 2010-08-26 | 1 | -0/+35 |
| * | Revert "Move the sorting of code-completion results out of the main path and | Douglas Gregor | 2010-08-26 | 1 | -2/+0 |
| * | Move the sorting of code-completion results out of the main path and | Douglas Gregor | 2010-08-25 | 1 | -0/+2 |
| * | Teach Sema to live without CodeCompleteConsumer.h. | John McCall | 2010-08-25 | 1 | -1/+1 |
| * | Introduce new libclang API functions that determine the availability | Douglas Gregor | 2010-08-23 | 1 | -4/+21 |
| * | When performing code-completion in the presence of a preamble, make | Douglas Gregor | 2010-08-20 | 1 | -6/+2 |
| * | libclang: Execute clang_codeCompleteAt() inside a crash recovery context. | Daniel Dunbar | 2010-08-19 | 1 | -9/+44 |
| * | Extend the code-completion caching infrastructure to include global | Douglas Gregor | 2010-08-15 | 1 | -1/+2 |
| * | Implement caching of code-completion results for macro definitions | Douglas Gregor | 2010-08-13 | 1 | -10/+1 |