aboutsummaryrefslogtreecommitdiff
path: root/bindings
AgeCommit message (Expand)Author
2016-10-06Update aosp/master Clang for rebase to r275480Pirama Arumuga Nainar
2016-03-17Update aosp/master clang for rebase to r256229Pirama Arumuga Nainar
2015-05-06Update aosp/master clang for rebase to r235153Pirama Arumuga Nainar
2014-12-01Update aosp/master Clang for rebase to r222490.Stephen Hines
2014-07-21Update Clang for rebase to r212749.Stephen Hines
2014-05-29Update Clang for 3.5 rebase (r209713).Stephen Hines
2014-04-23Updated to Clang 3.5a.Stephen Hines
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
2012-10-01availability in structured documents. TakesFariborz Jahanian
2012-09-29Comment XML schema: correct indentation.Dmitri Gribenko
2012-09-28[Doc parsing] Add availability information to generated Comment XML.Fariborz Jahanian
2012-09-22Fix cindex.py compatibility with older libclang.soDmitri Gribenko
2012-09-15Add bindings for clang_getCompletionBriefComment to cindex.py.Dmitri Gribenko
2012-09-13Comment to XML conversion: we try not to emit empty <Discussion> elements, butDmitri Gribenko
2012-09-05[cindex.py] Make the use of a compatibilty check explicitTobias Grosser
2012-09-03[cindex.py] Allow to configure the path of libclangTobias Grosser
2012-09-01[cindex.py] Add helper to initialize libclang functionsTobias Grosser
2012-08-20[cindex.py] Cache the number of chunks in CompletionStringTobias Grosser