summaryrefslogtreecommitdiffstats
path: root/tools/libclang/libclang.exports
Commit message (Expand)AuthorAgeFilesLines
* Implement clang_getDiagnosticCategoryText() to provide a way for a client of ...Ted Kremenek2012-04-121-1/+2
* [libclang] Introduce a couple of functions to make it convenientArgyrios Kyrtzidis2012-04-111-0/+2
* [libclang] Introduce clang_Cursor_getObjCSelectorIndex() function.Argyrios Kyrtzidis2012-03-301-0/+1
* [libclang] Introduce clang_Cursor_getSpellingNameRange().Argyrios Kyrtzidis2012-03-301-0/+1
* [libclang] Introduce options to control the priority for the threadsArgyrios Kyrtzidis2012-03-281-0/+2
* Introduce a new libclang API to determine the parent context of a codeDouglas Gregor2012-03-271-0/+1
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-0/+1
* [libclang] When indexing an objc property, also provide information aboutArgyrios Kyrtzidis2012-02-281-0/+1
* Add clang_getDiagnosticSetFromTU() to libclang. Fixes <rdar://problem/105530...Ted Kremenek2011-12-091-0/+1
* Sort exports list.Ted Kremenek2011-12-091-8/+8
* [libclang] API enhancements by Joe Groff!Argyrios Kyrtzidis2011-12-061-0/+10
* [libclang] Indexing API: Support C++ symbols.Argyrios Kyrtzidis2011-11-221-0/+7
* [libclang] Indexing API:Argyrios Kyrtzidis2011-11-181-0/+1
* [libclang] Introduce a new function to apply the indexing callbacks on an exi...Argyrios Kyrtzidis2011-11-151-0/+1
* [libclang] Slight changes to the indexing API and bigger internal changes for...Argyrios Kyrtzidis2011-11-141-1/+1
* [libclang] Further simplify the indexing API.Argyrios Kyrtzidis2011-11-121-3/+2
* [libclang] Simplify the indexing API.Argyrios Kyrtzidis2011-11-111-0/+6
* serialized diagnostics: implement full deserialization of clang diagnostics v...Ted Kremenek2011-11-101-0/+5
* Sort contents of exports file. No functionality change.Ted Kremenek2011-11-081-4/+4
* Add missing export. Spotted by Leandro Melo.Eli Friedman2011-11-011-0/+1
* [libclang] Introduce a new high level API for indexing clients that assumesArgyrios Kyrtzidis2011-10-171-0/+3
* Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations toErik Verbruggen2011-10-141-0/+2
* [libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file,Argyrios Kyrtzidis2011-10-061-0/+2
* [libclang] Introduce clang_Range_isNull.Argyrios Kyrtzidis2011-09-281-0/+1
* [libclang] Expose array size and element type, patch by Vinay Sajip!Argyrios Kyrtzidis2011-09-271-0/+2
* MSVC is stuck in the 80s.Argyrios Kyrtzidis2011-09-271-0/+1
* [libclang] Introduce clang_Cursor_isNull and clang_Cursor_getTranslationUnit ...Argyrios Kyrtzidis2011-09-271-0/+1
* Sort exports list.Ted Kremenek2011-09-201-7/+7
* [libclang] Introduce clang_getPresumedLocation which works like clang_getExpa...Argyrios Kyrtzidis2011-09-131-0/+1
* Add a new libclang API to return a CXCompletionString for an arbitraryDouglas Gregor2011-08-041-0/+1
* Add new libclang API, clang_codeCompleteGetObjCSelector(), whichDouglas Gregor2011-07-261-0/+1
* Added clang_getCursorReferenceNameRange to libclang to to retrieve parts ofDouglas Gregor2011-07-251-0/+1
* Extend libclang with clang_equalRanges, from Erik Verbruggen!Douglas Gregor2011-07-231-0/+1
* New libclang API to expose container type for code completion, fromDouglas Gregor2011-07-211-0/+2
* [arcmt] Move the remapping functions to clang-c/Index.h and change 'arcmt_' p...Argyrios Kyrtzidis2011-07-111-5/+4
* [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis2011-07-091-0/+5
* Introduce a new libclang aPI function,Douglas Gregor2011-07-071-0/+1
* Improve the Python bindings for libclang in a few ways, from EliDouglas Gregor2011-07-061-0/+1
* Add clang_CXXMethod_isVirtual() to libclang, from Erik Verbruggen!Douglas Gregor2011-05-121-0/+1
* Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(),Douglas Gregor2011-05-041-0/+1
* Rename 'CXTUMemoryUsage…' to 'CXTUResourceUsage…'.Ted Kremenek2011-04-201-3/+3
* Add libclang API to query how much memory is used by a CXTranslationUnit. Th...Ted Kremenek2011-04-181-0/+3
* Add libclang hook 'clang_toggleCrashRecovery()', which provides a mechanism f...Ted Kremenek2011-03-181-0/+1
* Add libclang functions to determine the const/volatile/restrictDouglas Gregor2011-01-271-0/+3
* Expose Objective-C type encodings of declarations to libclang users. This al...David Chisnall2010-12-301-0/+1
* Add new libclang hooks for CXCursorSet, aTed Kremenek2010-12-081-1/+5
* Implement a simple hash function for libclang cursorsDouglas Gregor2010-11-201-0/+1
* Implement clang_getCanonicalCursor() in libclang, which does the obvious thing.Douglas Gregor2010-11-191-0/+1
* Extend the libclang diagnostic API to provide information about theDouglas Gregor2010-11-191-0/+3
* ntroduce clang_getSpellingLocation() into libclang, to provide theDouglas Gregor2010-11-091-0/+1