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