summaryrefslogtreecommitdiff
path: root/tools/libclang/libclang.exports
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Expose abort()-ing LLVM fatal error handlerJan Korous2019-09-121-0/+2
* [libclang] Forward isInline for NamespaceDecl to libclangNikolai Kosjar2019-05-101-0/+1
* [libclang] Add missing export for clang_Cursor_isAnonymousRecordDeclIvan Donchevskii2019-04-291-0/+1
* [libclang 7/8] Add support for getting property setter and getter namesMichael Wu2018-08-031-0/+2
* [libclang 4/8] Add the clang_Type_getNullability() APIMichael Wu2018-08-031-0/+1
* [libclang 3/8] Add support for AttributedTypeMichael Wu2018-08-031-0/+1
* [libclang 1/8] Add support for ObjCObjectTypeMichael Wu2018-08-031-0/+5
* [liblang] Remove DOS line endings in libclang.exportsRainer Orth2018-06-211-15/+15
* [libclang] Optionally add code completion results for arrow instead of dotIvan Donchevskii2018-06-131-12/+15
* [libclang] Add clang_File_tryGetRealPathNameFangrui Song2018-04-071-0/+1
* [libclang] Add PrintingPolicy for pretty printing declarationsJonathan Coe2018-01-161-0/+5
* [libclang] Support querying whether a declaration is invalidIvan Donchevskii2018-01-041-0/+1
* Revert r321697 "[libclang] Support querying whether a declaration is invalid"...Hans Wennborg2018-01-031-7/+6
* [libclang] Support querying whether a declaration is invalidIvan Donchevskii2018-01-031-6/+7
* [libclang] Add clang_getFileContents to libclang.exportsIvan Donchevskii2018-01-031-0/+1
* [libclang] Add support for checking abstractness of recordsAlex Lorenz2017-12-141-0/+1
* [libclang] Record parsing invocation to a temporary file when requestedAlex Lorenz2017-12-041-0/+1
* [index] Generate class & metaclass manglings for objcDave Lee2017-09-221-0/+1
* libclang: expose `clang_getCursorTLSKind`Saleem Abdulrasool2017-09-131-0/+1
* [libclang] Support for querying whether an enum is scopedAlex Lorenz2017-07-121-0/+1
* Revert r307769 (Forgot to mention the name of the contributor).Alex Lorenz2017-07-121-1/+0
* [libclang] Support for querying whether an enum is scopedAlex Lorenz2017-07-121-0/+1
* [libclang] Support for querying the exception specification type through libc...Jonathan Coe2017-06-271-0/+2
* [libclang] Expose typedef and address space functionsSven van Haastregt2017-06-081-0/+2
* [libclang] Allow to suspend a translation unit.Erik Verbruggen2017-05-301-0/+1
* [libclang] Introduce clang_Cursor_isExternalSymbol that provides info about d...Argyrios Kyrtzidis2017-05-101-0/+1
* [libclang] Expose some target information via the C API.Emilio Cobos Alvarez2017-04-281-0/+4
* [index/AST] Determine if a typedef shares a name and spelling location with i...Argyrios Kyrtzidis2017-03-211-0/+1
* [libclang] Add APIs to check the result of an integer expression in CXEvalRes...Argyrios Kyrtzidis2016-12-011-0/+3
* [libclang] Added missing entry for newly introduced 'clang_getAllSkippedRange...Cameron Desrochers2016-08-181-0/+1
* clang-c: Add the clang_getCursorVisibility() APIEhsan Akhgari2016-05-311-0/+1
* Revert r253909 because it was committed with an incorrect messageEhsan Akhgari2016-05-311-1/+0
* [libclang] Expose the ElaboratedTypeSergey Kalinichev2016-05-031-0/+1
* Expose cxx constructor and method properties through libclang and python bind...Jonathan Coe2016-04-271-0/+5
* [libclang] Introduce APIs for evaluating a cursor and checking if a macro is ...Argyrios Kyrtzidis2016-01-161-0/+11
* Make clang_Cursor_getMangling not mangle if the declaration isn't mangledEhsan Akhgari2015-11-231-0/+1
* [libclang] Add entry points that take a full command line including argv[0].Benjamin Kramer2015-11-181-0/+2
* libclang: add clang_Cursor_getCXXManglingsSaleem Abdulrasool2015-11-121-0/+1
* libclang: add new StringSet typeSaleem Abdulrasool2015-11-121-0/+1
* Index: expose is_mutable_fieldSaleem Abdulrasool2015-10-271-0/+1
* [tooling] In CompileCommand, Expose the 'file' that was associated with the c...Argyrios Kyrtzidis2015-09-111-0/+1
* [libclang] Add missing clang_CompileCommand_* functions in libclang.exports.Argyrios Kyrtzidis2015-09-091-0/+2
* Add clang_free to libclang to free memory allocated in libclang.Yaron Keren2015-07-091-0/+1
* [libclang] Add functions to get information about fields.Argyrios Kyrtzidis2015-04-131-0/+3
* This reverts commit r227432, r227438 and r227448.Rafael Espindola2015-01-291-3/+0
* libclang: Add three functions useful for dealing with anonymous fields:Francois Pichet2015-01-291-0/+3
* [libclang] Add function to retrieve storage class in libclang.Argyrios Kyrtzidis2014-10-151-0/+1
* Add libclang capabilities to retriete template arguments from specializations.Eli Bendersky2014-10-101-0/+5
* [libclang] Introduce clang_File_isEqual for comparing CXFile handles.Argyrios Kyrtzidis2014-08-161-0/+1
* Exposes a C API to name mangling for a given cursor.Eli Bendersky2014-07-311-0/+1