summaryrefslogtreecommitdiffstats
path: root/bindings/python/clang
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Expose ext_vector_typeSven van Haastregt2019-04-171-0/+2
* [libclang] Expose aligned() attribute.Emilio Cobos Alvarez2019-03-131-0/+1
* [libclang] Expose warn_unused and warn_unused_result attributes.Emilio Cobos Alvarez2019-02-251-0/+2
* [libclang] Fix a trivial error introduced in D57946.Emilio Cobos Alvarez2019-02-251-1/+1
* [libclang] Add attribute support for 'convergent'.Sven van Haastregt2019-02-111-0/+1
* Fix python3 compability issue in clang bindingSerge Guelton2019-01-241-23/+15
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* [python] Make the collections import future-proofSerge Guelton2019-01-051-2/+9
* Portable Python script across Python versionSerge Guelton2018-12-181-1/+1
* Portable Python script across Python versionSerge Guelton2018-12-181-0/+1
* Portable Python script across Python versionSerge Guelton2018-12-181-4/+2
* Portable Python script across versionSerge Guelton2018-12-031-9/+9
* [python] Support PathLike filenames and directoriesMichal Gorny2018-11-101-18/+31
* [python bindings] Expose getNumTemplateArgumentsJonathan Coe2018-09-111-0/+15
* implementing Cursor.get_included_file in python bindingsJonathan Coe2018-05-101-4/+11
* [python bindings] Fix Cursor.result_type for ObjC method declarations - Bug 3...Jonathan Coe2018-04-221-1/+6
* Fix typos in clangAlexander Kornienko2018-04-061-2/+2
* Remove duplicate python libclang changes from r320748Alex Lorenz2017-12-141-10/+0
* [libclang] Add support for checking abstractness of recordsAlex Lorenz2017-12-141-0/+20
* Reverting r316278 due to failing build bots.Aaron Ballman2017-10-211-96/+24
* [libclang, bindings]: add spelling locationMasud Rahman2017-10-211-24/+96
* [bindings] allow null strings in Python 3Masud Rahman2017-10-211-0/+3
* [libclang] Add support for querying cursor availabilityJonathan Coe2017-10-161-0/+33
* bindings: expose Linkage to the python bindingsSaleem Abdulrasool2017-09-221-0/+28
* [libclang] Keep track of TranslationUnit instance when annotating tokensJonathan Coe2017-09-211-0/+1
* libclang: expose `clang_getCursorTLSKind`Saleem Abdulrasool2017-09-131-0/+26
* Fix __repr__ for Diagnostic in clang.cindexJonathan Coe2017-09-061-5/+3
* [libclang] Support for querying whether an enum is scopedAlex Lorenz2017-07-121-0/+9
* Revert r307769 (Forgot to mention the name of the contributor).Alex Lorenz2017-07-121-9/+0
* [libclang] Support for querying whether an enum is scopedAlex Lorenz2017-07-121-0/+9
* fix trivial typos in comments; NFCHiroshi Inoue2017-07-031-1/+1
* [libclang] Support for querying the exception specification type through libc...Jonathan Coe2017-06-271-0/+44
* [libclang] Expose typedef and address space functionsSven van Haastregt2017-06-081-0/+11
* [libclang] [OpenCL] Expose more OpenCL CIndex typesSven van Haastregt2017-05-231-0/+41
* Add Python 3 support to clang.cindexJonathan Coe2017-04-202-33/+87
* [libclang] [OpenCL] Expose half type.Joey Gouly2017-02-101-0/+1
* Fix Python 3 language issues and add an explicit check for Python version == 2.Jonathan Coe2017-01-172-9/+17
* Revert "Support for Python 3 in libclang python bindings"Jonathan Coe2017-01-131-91/+54
* [python bindings] Expose CXCursor_FriendDecl as CursorKind.FRIEND_DECLOlivier Goffart2016-11-041-0/+2
* Support for Python 3 in libclang python bindingsJonathan Coe2016-11-031-54/+91
* [libclang] Add missing cursor kinds to python bindings.Igor Kudrin2016-10-181-0/+128
* bindings: expose diagnostic formatting to PythonSaleem Abdulrasool2016-08-111-0/+33
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-0/+1
* [libclang] Expose the ElaboratedTypeSergey Kalinichev2016-05-031-0/+12
* python: add bindings for children of diagnosticsSaleem Abdulrasool2016-04-301-0/+32
* Expose cxx constructor and method properties through libclang and python bind...Jonathan Coe2016-04-271-0/+46
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-1/+0
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-0/+1
* libclang python bindings: Fix for bug 26394Jonathan Coe2016-03-101-1/+1
* python binding: expose compile command filenameGuillaume Papin2016-03-071-0/+10