summaryrefslogtreecommitdiff
path: root/bindings
AgeCommit message (Expand)AuthorFilesLines
2016-05-09Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic1-0/+1
2016-05-03[libclang] Expose the ElaboratedTypeSergey Kalinichev1-0/+12
2016-04-30python: add bindings for children of diagnosticsSaleem Abdulrasool2-0/+44
2016-04-27Expose cxx constructor and method properties through libclang and python bind...Jonathan Coe2-0/+128
2016-04-15Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic1-1/+0
2016-04-13Enable support for __float128 in ClangNemanja Ivanovic1-0/+1
2016-03-10libclang python bindings: Fix for bug 26394Jonathan Coe1-1/+1
2016-03-07python binding: expose compile command filenameGuillaume Papin2-5/+22
2015-12-10libclang: expose dllexport, dllimport attributesSaleem Abdulrasool1-0/+3
2015-11-15[libclang] Visit TypeAliasTemplateDeclSergey Kalinichev2-1/+3
2015-11-15[libclang] Expose AutoTypeSergey Kalinichev1-0/+1
2015-10-27Index: expose is_mutable_fieldSaleem Abdulrasool2-0/+25
2015-10-12bindings: add new C++ function attribute accessorsSaleem Abdulrasool2-0/+67
2015-09-05Index: expose visibility attributeSaleem Abdulrasool1-0/+2
2015-09-03[libclang] Return deduced type for auto type, not the one written in the source.Manuel Klimek1-2/+2
2015-04-13[libclang] Add functions to get information about fields.Argyrios Kyrtzidis2-6/+55
2015-01-29This reverts commit r227432, r227438 and r227448.Rafael Espindola2-55/+6
2015-01-29libclang: Add three functions useful for dealing with anonymous fields:Francois Pichet2-6/+55
2014-10-15[libclang] Add function to retrieve storage class in libclang.Argyrios Kyrtzidis1-0/+61
2014-10-10Add libclang capabilities to retriete template arguments from specializations.Eli Bendersky2-106/+142
2014-08-08Expose the CUDA shared attribute to the C API.Eli Bendersky1-0/+1
2014-08-05Expose the name mangling C API to Python bindings.Eli Bendersky2-0/+27
2014-07-31Reformat docstring to 80-colEli Bendersky1-3/+3
2014-06-22cindex.py: remove obsolete workaround and FIXMEAlp Toker1-4/+0
2014-05-29Implement a convenience recursive walk method over a cursor and its descendants.Eli Bendersky2-29/+21
2014-05-28Expose CUDA function attributes to the C interface.Eli Bendersky1-0/+4
2014-05-28Trim trailing whitespace in cindex.pyEli Bendersky1-6/+6
2014-05-21cindex/test_cursor.py: no need to skip implicit decls in testsAlp Toker1-8/+1
2014-05-20Clean up language and grammar.Eric Christopher1-2/+2
2014-05-05cindex-dump.py: fix the --show-ids description stringAlp Toker1-1/+1
2014-05-05Fix cindex-dump.py --show-idsAlp Toker1-1/+1
2014-05-01[libclang] Add attribute support for 'pure', 'const' and 'noduplicate'.Joey Gouly1-0/+3
2014-04-30Comment parsing: remove HTML attribute validationDmitri Gribenko1-1/+3
2014-04-27Fix the method len of the CompletionString object. Patch by Christopher GreeneSylvestre Ledru1-1/+1
2014-04-25bindings: expose C++ access specifiersSaleem Abdulrasool2-0/+93
2014-04-22Comment parsing: in the generated XML file, mark HTML that is safe to passDmitri Gribenko1-0/+6
2014-04-20cindex.py: Avoid deprecated functionAlp Toker1-4/+4
2014-03-14Use the correct symbol for a left bracket.Bill Wendling1-1/+1
2014-02-20[libclang/python] Use a Python standard library module to create a temporary ...Argyrios Kyrtzidis1-9/+2
2013-12-20[libclang/python] Add CompilationDatabase.getAllCompileCommands to the python...Argyrios Kyrtzidis2-0/+34
2013-12-05Fix a tranche of comment, test and doc typosAlp Toker1-1/+1
2013-11-12Documentation parsing: add support for \throws \throw \exception commandsDmitri Gribenko1-1/+11
2013-10-31[libclang/python] Add __contains__ to SourceRange class.Argyrios Kyrtzidis1-0/+23
2013-10-11[libclang] Introduce clang_Type_getCXXRefQualifier whichexposes ref-qualifier...Argyrios Kyrtzidis1-5/+60
2013-10-07[libclang] Add some tests by Loïc Jaquemet that I forgot to add earlier.Argyrios Kyrtzidis1-0/+40
2013-10-03[libclang] python: expose a few functions, patch by Loïc Jaquemet!Argyrios Kyrtzidis2-0/+46
2013-10-03[libclang] Introduce clang_Type_getClassType which returns the class type of ...Argyrios Kyrtzidis1-0/+12
2013-09-25[libclang] python: fix return type of clang_Type_getSizeOf().Argyrios Kyrtzidis1-1/+1
2013-09-25[libclang] Provide location for attributes and expose 'packed' attribute.Argyrios Kyrtzidis1-0/+1
2013-09-16[libclang] Don't report a DecayedType as "unexposed", report it as the origin...Argyrios Kyrtzidis1-0/+10