summaryrefslogtreecommitdiffstats
path: root/clang/bindings/python/tests/cindex
Commit message (Expand)AuthorAgeFilesLines
* Fixed more -Wreturn-type testsDávid Bolvanský2019-11-091-1/+1
* [clang][Tooling] Infer target and mode from argv[0] when using JSONCompilatio...Kadir Cetinkaya2019-06-261-6/+8
* [CodeComplete] Update python tests after r360042Ilya Biryukov2019-05-061-2/+2
* [libclang][test] Suppress annoying 'LIBCLANG TOOLING ERROR' outputFangrui Song2019-04-031-0/+9
* Make -Wstring-plus-int warns even if when the result is not out of boundsArnaud Bienner2019-01-031-2/+2
* Portable Python script across Python versionSerge Guelton2019-01-031-3/+4
* Revert "Try to update the test to fix the breakage With the new warning, we a...Adam Nemet2018-12-141-1/+1
* Try to update the test to fix the breakageSylvestre Ledru2018-12-131-1/+1
* [python] Support PathLike filenames and directoriesMichal Gorny2018-11-104-0/+120
* [python] [tests] Remove cdb lookup failure testMichal Gorny2018-10-121-5/+0
* [python] [tests] Support overriding library path via environmentMichal Gorny2018-10-1117-0/+84
* [python] [tests] Update test_code_completionMichal Gorny2018-09-241-4/+4
* [python bindings] Expose getNumTemplateArgumentsJonathan Coe2018-09-111-0/+25
* [bindings] Fix most Python binding unittests on WindowsJonathan Coe2018-06-213-22/+21
* implementing Cursor.get_included_file in python bindingsJonathan Coe2018-05-101-0/+12
* [python bindings] Fix Cursor.result_type for ObjC method declarations - Bug 3...Jonathan Coe2018-04-221-0/+12
* Remove duplicate python libclang changes from r320748Alex Lorenz2017-12-141-11/+0
* [libclang] Add support for checking abstractness of recordsAlex Lorenz2017-12-141-0/+22
* [python] [tests] Fix test_linkage for unique external linkageMichal Gorny2017-11-111-1/+2
* [python] [tests] Rewrite to use standard unittest moduleMichal Gorny2017-11-1017-1594/+1655
* [python] [tests] Update priority values in code completion testMichal Gorny2017-11-091-2/+2
* [bindings] fix TLS test failureMasud Rahman2017-11-081-4/+14
* Reverting r316278 due to failing build bots.Aaron Ballman2017-10-211-7/+0
* [libclang, bindings]: add spelling locationMasud Rahman2017-10-211-0/+7
* [bindings] allow null strings in Python 3Masud Rahman2017-10-211-0/+2
* [libclang] Add support for querying cursor availabilityJonathan Coe2017-10-161-0/+25
* [libclang] Visit attributes for function and class templatesJonathan Coe2017-10-161-0/+20
* bindings: expose Linkage to the python bindingsSaleem Abdulrasool2017-09-221-0/+30
* [libclang] Keep track of TranslationUnit instance when annotating tokensJonathan Coe2017-09-211-0/+22
* libclang: expose `clang_getCursorTLSKind`Saleem Abdulrasool2017-09-131-0/+37
* Fix __repr__ for Diagnostic in clang.cindexJonathan Coe2017-09-062-0/+35
* [libclang] Support for querying whether an enum is scopedAlex Lorenz2017-07-121-0/+16
* Revert r307769 (Forgot to mention the name of the contributor).Alex Lorenz2017-07-121-16/+0
* [libclang] Support for querying whether an enum is scopedAlex Lorenz2017-07-121-0/+16
* [libclang] Expose typedef and address space functionsSven van Haastregt2017-06-081-0/+17
* Add Python 3 support to clang.cindexJonathan Coe2017-04-201-2/+5
* Revert "Support for Python 3 in libclang python bindings"Jonathan Coe2017-01-131-6/+2
* [libclang] Fix python testsSergey Kalinichev2016-12-032-2/+2
* Support for Python 3 in libclang python bindingsJonathan Coe2016-11-031-2/+6
* [libclang] Fix a failure in a test for python bindings on CursorKind.OVERLOAD...Igor Kudrin2016-10-181-1/+2
* python: add bindings for children of diagnosticsSaleem Abdulrasool2016-04-301-0/+12
* Expose cxx constructor and method properties through libclang and python bind...Jonathan Coe2016-04-271-0/+82
* python binding: expose compile command filenameGuillaume Papin2016-03-071-5/+12
* [libclang] Visit TypeAliasTemplateDeclSergey Kalinichev2015-11-151-0/+1
* Index: expose is_mutable_fieldSaleem Abdulrasool2015-10-271-0/+15
* bindings: add new C++ function attribute accessorsSaleem Abdulrasool2015-10-121-0/+45
* [libclang] Return deduced type for auto type, not the one written in the source.Manuel Klimek2015-09-031-2/+2
* [libclang] Add functions to get information about fields.Argyrios Kyrtzidis2015-04-131-6/+15
* This reverts commit r227432, r227438 and r227448.Rafael Espindola2015-01-291-15/+6
* libclang: Add three functions useful for dealing with anonymous fields:Francois Pichet2015-01-291-6/+15
OpenPOWER on IntegriCloud