]> granicus.if.org Git - clang/history - bindings
[analyzer] Fix an off-by-one in evalIntegralCast()
[clang] / bindings /
2015-12-10 Saleem Abdulrasoollibclang: expose dllexport, dllimport attributes
2015-11-15 Sergey Kalinichev[libclang] Visit TypeAliasTemplateDecl
2015-11-15 Sergey Kalinichev[libclang] Expose AutoType
2015-10-27 Saleem AbdulrasoolIndex: expose is_mutable_field
2015-10-12 Saleem Abdulrasoolbindings: add new C++ function attribute accessors
2015-09-05 Saleem AbdulrasoolIndex: expose visibility attribute
2015-09-03 Manuel Klimek[libclang] Return deduced type for auto type, not the...
2015-04-13 Argyrios Kyrtzidis[libclang] Add functions to get information about fields.
2015-01-29 Rafael EspindolaThis reverts commit r227432, r227438 and r227448.
2015-01-29 Francois Pichetlibclang: Add three functions useful for dealing with...
2014-10-15 Argyrios Kyrtzidis[libclang] Add function to retrieve storage class in...
2014-10-10 Eli BenderskyAdd libclang capabilities to retriete template argument...
2014-08-08 Eli BenderskyExpose the CUDA shared attribute to the C API.
2014-08-05 Eli BenderskyExpose the name mangling C API to Python bindings.
2014-07-31 Eli BenderskyReformat docstring to 80-col
2014-06-22 Alp Tokercindex.py: remove obsolete workaround and FIXME
2014-05-29 Eli BenderskyImplement a convenience recursive walk method over...
2014-05-28 Eli BenderskyExpose CUDA function attributes to the C interface.
2014-05-28 Eli BenderskyTrim trailing whitespace in cindex.py
2014-05-21 Alp Tokercindex/test_cursor.py: no need to skip implicit decls...
2014-05-20 Eric ChristopherClean up language and grammar.
2014-05-05 Alp Tokercindex-dump.py: fix the --show-ids description string
2014-05-05 Alp TokerFix cindex-dump.py --show-ids
2014-05-01 Joey Gouly[libclang] Add attribute support for 'pure', 'const...
2014-04-30 Dmitri GribenkoComment parsing: remove HTML attribute validation
2014-04-27 Sylvestre LedruFix the method len of the CompletionString object....
2014-04-25 Saleem Abdulrasoolbindings: expose C++ access specifiers
2014-04-22 Dmitri GribenkoComment parsing: in the generated XML file, mark HTML...
2014-04-20 Alp Tokercindex.py: Avoid deprecated function
2014-03-14 Bill WendlingUse the correct symbol for a left bracket.
2014-02-20 Argyrios Kyrtzidis[libclang/python] Use a Python standard library module...
2013-12-20 Argyrios Kyrtzidis[libclang/python] Add CompilationDatabase.getAllCompile...
2013-12-05 Alp TokerFix a tranche of comment, test and doc typos
2013-11-12 Dmitri GribenkoDocumentation parsing: add support for \throws \throw...
2013-10-31 Argyrios Kyrtzidis[libclang/python] Add __contains__ to SourceRange class.
2013-10-11 Argyrios Kyrtzidis[libclang] Introduce clang_Type_getCXXRefQualifier...
2013-10-07 Argyrios Kyrtzidis[libclang] Add some tests by Loïc Jaquemet that I forgo...
2013-10-03 Argyrios Kyrtzidis[libclang] python: expose a few functions, patch by...
2013-10-03 Argyrios Kyrtzidis[libclang] Introduce clang_Type_getClassType which...
2013-09-25 Argyrios Kyrtzidis[libclang] python: fix return type of clang_Type_getSiz...
2013-09-25 Argyrios Kyrtzidis[libclang] Provide location for attributes and expose...
2013-09-16 Argyrios Kyrtzidis[libclang] Don't report a DecayedType as "unexposed...
2013-07-23 Argyrios Kyrtzidis[libclang] Expose the rest of the array types.
2013-06-24 Dmitri GribenkoComment parsing: allow "\param ..." to describe variadi...
2013-06-11 Argyrios Kyrtzidis[libclang/python] Add a few "cursor kinds" that were...
2013-05-17 Dmitri Gribenkolibclang: add a function to check whether a member...
2013-04-21 Dmitri GribenkoFix return type of isBitfield in the binding definition
2013-04-11 Argyrios Kyrtzidis[libclang] Expose record layout info via new libclang...
2013-03-19 Tobias Grossercindex.py: Handle NULL pointers when parsing translatio...
2013-02-26 Fariborz Jahaniandoxygen command. Add 'attention' command to list of...
2013-02-01 Dmitri GribenkoComment parsing: improve the fidelity of XML output...
2013-02-01 Dmitri GribenkoFix indent
2013-01-31 Fariborz Jahanian[Comment parsing] Add support for recognizing
2013-01-20 Tobias Grosser[cindex.py]: Use spaces instead of tabs
2013-01-19 Tobias Grosser[cindex.py] Add cache for CompletionChunk spellings
2013-01-19 Tobias Grosser[cindex.py] Replace CachedProperty with our own impleme...
2013-01-19 Tobias Grosser[cindex.py]: Speed up lookup of the completion kind
2013-01-02 Argyrios Kyrtzidis[python bindings] Expose cursor.referenced (clang_getCu...
2012-12-11 Matt Beaumont-GayFix a copypasto bug. Also rename the parameter in quest...
2012-11-01 Gregory Szorc[clang.py] Add Cursor.get_arguments()
2012-10-17 Fariborz Jahanian[Doc parsing]: This patch adds <Declaration> tag to
2012-10-07 Benjamin KramerPython bindings: fix typo.
2012-10-07 Benjamin KramerPython bindings: Add missing availability kind.
2012-10-03 Dmitri GribenkoComment to XML conversion: escape XML special chars...
2012-10-02 Fariborz Jahanian[Doc parse]: SUpport for message in deprecated/unavailable
2012-10-02 Fariborz Jahanian[Doc parsing]: Add available and deprecated attribute...
2012-10-01 Fariborz Jahanianavailability in structured documents. Takes
2012-09-29 Dmitri GribenkoComment XML schema: correct indentation.
2012-09-28 Fariborz Jahanian[Doc parsing] Add availability information to generated...
2012-09-22 Dmitri GribenkoFix cindex.py compatibility with older libclang.so
2012-09-15 Dmitri GribenkoAdd bindings for clang_getCompletionBriefComment to...
2012-09-13 Dmitri GribenkoComment to XML conversion: we try not to emit empty...
2012-09-05 Tobias Grosser[cindex.py] Make the use of a compatibilty check explicit
2012-09-03 Tobias Grosser[cindex.py] Allow to configure the path of libclang
2012-09-01 Tobias Grosser[cindex.py] Add helper to initialize libclang functions
2012-08-20 Tobias Grosser[cindex.py] Cache the number of chunks in CompletionString
2012-08-19 Tobias Grosser[cindex.py] Add CachedProperty to CompletionChunk
2012-08-19 Gregory Szorc[clang.py] Add CachedProperty decorator
2012-08-18 Tobias Grosser[cindex.py] Use spaces, not tabs for indentation
2012-08-18 Tobias Grosser[cindex.py] Dispose code completion results properly
2012-08-08 Dmitri GribenkoComment XML: use xml:space="preserve" in Verbatim tags...
2012-08-07 Dmitri GribenkoComment AST: DeclInfo: add a special kind for enums.
2012-08-07 Dmitri Gribenkolibclang API for comment-to-xml conversion.
2012-07-12 Gregory Szorc[clang.py] Implement Token API
2012-07-12 Gregory Szorc[clang.py] Add TranslationUnit.get_{file,source_locatio...
2012-07-12 Gregory Szorc[clang.py] Refactor how ctypes functions are registered
2012-07-10 Arnaud A. de Grand... [cindex.py] Make CompileCommand.arguments usage consist...
2012-07-09 Arnaud A. de Grand... [cindex.py] fix infinite iteration of compilation datab...
2012-07-06 Arnaud A. de Grand... [cindex.py] Fix erroneous comment for CompileCommands
2012-07-03 Arnaud A. de Grand... [libclang] CompilationDatabase naming and comment fixes
2012-06-30 Arnaud A. de Grand... [cindex.py] Fix comments
2012-06-30 Arnaud A. de Grand... [cindex.py] add CompilationDatabase support
2012-06-11 Gregory Szorc[clang.py] Implement SourceLocation.from_offset
2012-06-09 Gregory Szorc[clang.py] Implement Cursor.is_static_method
2012-06-08 Douglas GregorFix typo "CursorKind.CONDITONAL_OPERATOR" in Python...
2012-05-15 Gregory Szorc[clang.py] Store reference to TranslationUnit in Cursor...
2012-05-14 Gregory Szorc[clang.py] Implement Cursor.canonical
2012-05-14 Gregory Szorc[clang.py] Implement Cursor.result_type
2012-05-12 Gregory Szorc[clang.py] Followup to TranslationUnit refactor
2012-05-08 Gregory Szorc[clang.py] Remove trailing whitespace from recent commits
next