summaryrefslogtreecommitdiff
path: root/bindings/python
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
* Fix the method len of the CompletionString object. Patch by Christopher GreeneSylvestre Ledru2014-04-27
* bindings: expose C++ access specifiersSaleem Abdulrasool2014-04-25
* 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
* [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
* [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
* [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
* Python bindings: fix typo.Benjamin Kramer2012-10-07
* Python bindings: Add missing availability kind.Benjamin Kramer2012-10-07
* Fix cindex.py compatibility with older libclang.soDmitri Gribenko2012-09-22
* Add bindings for clang_getCompletionBriefComment to cindex.py.Dmitri Gribenko2012-09-15
* [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
* [clang.py] Implement Token APIGregory Szorc2012-07-12