| Commit message (Expand) | Author | Age | Files | Lines |
* | [libclang] Remove libclang.darwin.exports, it's not used anymore. | Argyrios Kyrtzidis | 2011-09-13 | 1 | -150/+0 |
* | [libclang] Introduce clang_getPresumedLocation which works like clang_getExpa... | Argyrios Kyrtzidis | 2011-09-13 | 1 | -0/+1 |
* | Add a new libclang API to return a CXCompletionString for an arbitrary | Douglas Gregor | 2011-08-04 | 1 | -0/+1 |
* | Add new libclang API, clang_codeCompleteGetObjCSelector(), which | Douglas Gregor | 2011-07-26 | 1 | -0/+1 |
* | Added clang_getCursorReferenceNameRange to libclang to to retrieve parts of | Douglas Gregor | 2011-07-25 | 1 | -0/+1 |
* | Extend libclang with clang_equalRanges, from Erik Verbruggen! | Douglas Gregor | 2011-07-23 | 1 | -0/+1 |
* | New libclang API to expose container type for code completion, from | Douglas Gregor | 2011-07-21 | 1 | -0/+2 |
* | [arcmt] Move the remapping functions to clang-c/Index.h and change 'arcmt_' p... | Argyrios Kyrtzidis | 2011-07-11 | 1 | -5/+4 |
* | [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option. | Argyrios Kyrtzidis | 2011-07-09 | 1 | -0/+5 |
* | Introduce a new libclang aPI function, | Douglas Gregor | 2011-07-07 | 1 | -0/+1 |
* | Improve the Python bindings for libclang in a few ways, from Eli | Douglas Gregor | 2011-07-06 | 1 | -0/+1 |
* | Add clang_CXXMethod_isVirtual() to libclang, from Erik Verbruggen! | Douglas Gregor | 2011-05-12 | 1 | -0/+1 |
* | Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(), | Douglas Gregor | 2011-05-04 | 1 | -0/+1 |
* | Rename 'CXTUMemoryUsage…' to 'CXTUResourceUsage…'. | Ted Kremenek | 2011-04-20 | 1 | -3/+3 |
* | Add libclang API to query how much memory is used by a CXTranslationUnit. Th... | Ted Kremenek | 2011-04-18 | 1 | -0/+3 |
* | Add libclang hook 'clang_toggleCrashRecovery()', which provides a mechanism f... | Ted Kremenek | 2011-03-18 | 1 | -1/+2 |
* | Add libclang functions to determine the const/volatile/restrict | Douglas Gregor | 2011-01-27 | 1 | -0/+3 |
* | Expose Objective-C type encodings of declarations to libclang users. This al... | David Chisnall | 2010-12-30 | 1 | -0/+1 |
* | Add new libclang hooks for CXCursorSet, a | Ted Kremenek | 2010-12-08 | 1 | -1/+6 |
* | Implement a simple hash function for libclang cursors | Douglas Gregor | 2010-11-20 | 1 | -0/+1 |
* | Implement clang_getCanonicalCursor() in libclang, which does the obvious thing. | Douglas Gregor | 2010-11-19 | 1 | -0/+1 |
* | Extend the libclang diagnostic API to provide information about the | Douglas Gregor | 2010-11-19 | 1 | -0/+3 |
* | ntroduce clang_getSpellingLocation() into libclang, to provide the | Douglas Gregor | 2010-11-09 | 1 | -0/+1 |
* | Revert r118492, which didn't update all of its tests accordingly | Douglas Gregor | 2010-11-09 | 1 | -1/+0 |
* | Introduce clang_getSpellingLocation() into libclang, to provide the | Douglas Gregor | 2010-11-09 | 1 | -0/+1 |
* | libclang: Add clang_executeOnThread, for use in c-index-test (and only there, | Daniel Dunbar | 2010-11-04 | 1 | -0/+1 |
* | Extend the preprocessing record and libclang with support for | Douglas Gregor | 2010-10-20 | 1 | -0/+1 |
* | Add clang_getLocationForOffset() to libclang, for gives a source location fro... | David Chisnall | 2010-10-15 | 1 | -0/+1 |
* | Eliminate clang_codeComplete(). libclang clients should be using the | Douglas Gregor | 2010-10-11 | 1 | -1/+0 |
* | Eliminate clang_setUseExternalASTGeneration() from libclang. Between | Douglas Gregor | 2010-10-11 | 1 | -1/+0 |
* | Introduce a new libclang function, clang_getCursorDisplayName(), which | Douglas Gregor | 2010-10-02 | 1 | -0/+1 |
* | Extend libclang with an API that determines, given a C++ virtual | Douglas Gregor | 2010-10-01 | 1 | -0/+2 |
* | Implement libclang API functions for retrieving the lexical and | Douglas Gregor | 2010-09-22 | 1 | -0/+2 |
* | Introduce a new kind of cursor into libclang, which covers a reference | Douglas Gregor | 2010-09-13 | 1 | -0/+2 |
* | Introduce a new libclang function, | Douglas Gregor | 2010-09-02 | 1 | -0/+1 |
* | Add a new libclang function clang_getTemplateCursorKind(), which | Douglas Gregor | 2010-08-31 | 1 | -0/+1 |
* | Implement CXCursor support for walking C++ base specifiers. This includes ad... | Ted Kremenek | 2010-08-27 | 1 | -4/+6 |
* | Move the sorting of code-completion results out of the main path and | Douglas Gregor | 2010-08-26 | 1 | -0/+1 |
* | Revert r112149, "Move the sorting of code-completion results out of the main | Daniel Dunbar | 2010-08-26 | 1 | -1/+0 |
* | Move the sorting of code-completion results out of the main path and | Douglas Gregor | 2010-08-26 | 1 | -0/+1 |
* | Add libclang API hook "clang_getIBOutletCollectionType" to query the collecti... | Ted Kremenek | 2010-08-26 | 1 | -0/+1 |
* | Introduce new libclang API functions that determine the availability | Douglas Gregor | 2010-08-23 | 1 | -0/+2 |
* | Add an options parameter to clang_saveTranslationUnit, because we'll want it ... | Douglas Gregor | 2010-08-13 | 1 | -0/+1 |
* | Implement clang_saveTranslationUnit(), which saves a translation unit | Douglas Gregor | 2010-08-13 | 1 | -0/+1 |
* | Add a (currently unused) "options" parameter to | Douglas Gregor | 2010-08-11 | 1 | -0/+1 |
* | Instead of having a specific CXTranslationUnit_* option flag for | Douglas Gregor | 2010-08-09 | 1 | -0/+1 |
* | Give clang_codeCompleteAt() an "options" parameter, and add a new | Douglas Gregor | 2010-08-05 | 1 | -0/+1 |
* | Add code-completion support directly to ASTUnit, which performs code | Douglas Gregor | 2010-08-04 | 1 | -0/+1 |
* | Add clang_isPODType() for querying if the CXType is POD. Implements <rdar://... | Ted Kremenek | 2010-07-30 | 1 | -0/+1 |
* | Introduce a new C API function, clang_parseTranslationUnit(), which | Douglas Gregor | 2010-07-21 | 1 | -0/+1 |