aboutsummaryrefslogtreecommitdiff
path: root/bindings
AgeCommit message (Expand)Author
2014-05-29Implement a convenience recursive walk method over a cursor and its descendants.Eli Bendersky
2014-05-28Expose CUDA function attributes to the C interface.Eli Bendersky
2014-05-28Trim trailing whitespace in cindex.pyEli Bendersky
2014-05-21cindex/test_cursor.py: no need to skip implicit decls in testsAlp Toker
2014-05-20Clean up language and grammar.Eric Christopher
2014-05-05cindex-dump.py: fix the --show-ids description stringAlp Toker
2014-05-05Fix cindex-dump.py --show-idsAlp Toker
2014-05-01[libclang] Add attribute support for 'pure', 'const' and 'noduplicate'.Joey Gouly
2014-04-30Comment parsing: remove HTML attribute validationDmitri Gribenko
2014-04-27Fix the method len of the CompletionString object. Patch by Christopher GreeneSylvestre Ledru
2014-04-25bindings: expose C++ access specifiersSaleem Abdulrasool
2014-04-22Comment parsing: in the generated XML file, mark HTML that is safe to passDmitri Gribenko
2014-04-20cindex.py: Avoid deprecated functionAlp Toker
2014-03-14Use the correct symbol for a left bracket.Bill Wendling
2014-02-20[libclang/python] Use a Python standard library module to create a temporary ...Argyrios Kyrtzidis
2013-12-20[libclang/python] Add CompilationDatabase.getAllCompileCommands to the python...Argyrios Kyrtzidis
2013-12-05Fix a tranche of comment, test and doc typosAlp Toker
2013-11-12Documentation parsing: add support for \throws \throw \exception commandsDmitri Gribenko
2013-10-31[libclang/python] Add __contains__ to SourceRange class.Argyrios Kyrtzidis
2013-10-11[libclang] Introduce clang_Type_getCXXRefQualifier whichexposes ref-qualifier...Argyrios Kyrtzidis
2013-10-07[libclang] Add some tests by Loïc Jaquemet that I forgot to add earlier.Argyrios Kyrtzidis
2013-10-03[libclang] python: expose a few functions, patch by Loïc Jaquemet!Argyrios Kyrtzidis
2013-10-03[libclang] Introduce clang_Type_getClassType which returns the class type of ...Argyrios Kyrtzidis
2013-09-25[libclang] python: fix return type of clang_Type_getSizeOf().Argyrios Kyrtzidis
2013-09-25[libclang] Provide location for attributes and expose 'packed' attribute.Argyrios Kyrtzidis
2013-09-16[libclang] Don't report a DecayedType as "unexposed", report it as the origin...Argyrios Kyrtzidis
2013-07-23[libclang] Expose the rest of the array types.Argyrios Kyrtzidis
2013-06-24Comment parsing: allow "\param ..." to describe variadic argumentsDmitri Gribenko
2013-06-11[libclang/python] Add a few "cursor kinds" that were missing in the python bi...Argyrios Kyrtzidis
2013-05-17libclang: add a function to check whether a member function is pure virtualDmitri Gribenko
2013-04-21Fix return type of isBitfield in the binding definitionDmitri Gribenko
2013-04-11[libclang] Expose record layout info via new libclang functions:Argyrios Kyrtzidis
2013-03-19cindex.py: Handle NULL pointers when parsing translation unitsTobias Grosser
2013-02-26doxygen command. Add 'attention' command to list of similarFariborz Jahanian
2013-02-01Comment parsing: improve the fidelity of XML output for many block commandsDmitri Gribenko
2013-02-01Fix indentDmitri Gribenko
2013-01-31[Comment parsing] Add support for recognizingFariborz Jahanian
2013-01-20[cindex.py]: Use spaces instead of tabsTobias Grosser
2013-01-19[cindex.py] Add cache for CompletionChunk spellingsTobias Grosser
2013-01-19[cindex.py] Replace CachedProperty with our own implementationTobias Grosser
2013-01-19[cindex.py]: Speed up lookup of the completion kindTobias Grosser
2013-01-02[python bindings] Expose cursor.referenced (clang_getCursorReferenced).Argyrios Kyrtzidis
2012-12-11Fix a copypasto bug. Also rename the parameter in question to not shadow theMatt Beaumont-Gay
2012-11-01[clang.py] Add Cursor.get_arguments()Gregory Szorc
2012-10-17[Doc parsing]: This patch adds <Declaration> tag to Fariborz Jahanian
2012-10-07Python bindings: fix typo.Benjamin Kramer
2012-10-07Python bindings: Add missing availability kind.Benjamin Kramer
2012-10-03Comment to XML conversion: escape XML special chars correctly; use correctDmitri Gribenko
2012-10-02[Doc parse]: SUpport for message in deprecated/unavailableFariborz Jahanian
2012-10-02[Doc parsing]: Add available and deprecated attribute infoFariborz Jahanian