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