summaryrefslogtreecommitdiff
path: root/bindings
Commit message (Expand)AuthorAge
* 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
* [Doc parsing]: Add available and deprecated attribute infoFariborz Jahanian2012-10-02
* availability in structured documents. TakesFariborz Jahanian2012-10-01
* Comment XML schema: correct indentation.Dmitri Gribenko2012-09-29
* [Doc parsing] Add availability information to generated Comment XML.Fariborz Jahanian2012-09-28
* Fix cindex.py compatibility with older libclang.soDmitri Gribenko2012-09-22
* Add bindings for clang_getCompletionBriefComment to cindex.py.Dmitri Gribenko2012-09-15
* Comment to XML conversion: we try not to emit empty <Discussion> elements, butDmitri Gribenko2012-09-13
* [cindex.py] Make the use of a compatibilty check explicitTobias Grosser2012-09-05
* [cindex.py] Allow to configure the path of libclangTobias Grosser2012-09-03
* [cindex.py] Add helper to initialize libclang functionsTobias Grosser2012-09-01
* [cindex.py] Cache the number of chunks in CompletionStringTobias Grosser2012-08-20
* [cindex.py] Add CachedProperty to CompletionChunkTobias Grosser2012-08-19
* [clang.py] Add CachedProperty decoratorGregory Szorc2012-08-19
* [cindex.py] Use spaces, not tabs for indentationTobias Grosser2012-08-18
* [cindex.py] Dispose code completion results properlyTobias Grosser2012-08-18
* Comment XML: use xml:space="preserve" in Verbatim tags, so that XML tidy doesDmitri Gribenko2012-08-08
* Comment AST: DeclInfo: add a special kind for enums.Dmitri Gribenko2012-08-07
* libclang API for comment-to-xml conversion.Dmitri Gribenko2012-08-07