llvm-project/clang/bindings/python/tests/cindex
Saleem Abdulrasool acc98ca43c python: add bindings for children of diagnostics
This exposes the Clang API bindings clang_getChildDiagnostics (which returns a
CXDiagnosticSet) and clang_getNumDiagnosticsInSet / clang_getDiagnosticInSet (to
traverse the CXDiagnosticSet), and adds a helper children property in the Python
Diagnostic wrapper.

Also, this adds the missing OVERLOAD_CANDIDATE (700) cursor type.

Patch by Hanson Wang!

llvm-svn: 268167
2016-04-30 21:14:01 +00:00
..
INPUTS
__init__.py
test_access_specifiers.py bindings: expose C++ access specifiers 2014-04-25 02:58:03 +00:00
test_cdb.py python binding: expose compile command filename 2016-03-07 18:44:42 +00:00
test_code_completion.py
test_comment.py [libclang] Add some tests by Loïc Jaquemet that I forgot to add earlier. 2013-10-07 16:38:40 +00:00
test_cursor.py Expose cxx constructor and method properties through libclang and python bindings. 2016-04-27 12:48:25 +00:00
test_cursor_kind.py [libclang] Visit TypeAliasTemplateDecl 2015-11-15 13:48:32 +00:00
test_diagnostics.py python: add bindings for children of diagnostics 2016-04-30 21:14:01 +00:00
test_file.py
test_index.py
test_location.py
test_token_kind.py
test_tokens.py
test_translation_unit.py [libclang/python] Use a Python standard library module to create a temporary file. 2014-02-20 07:24:03 +00:00
test_type.py [libclang] Return deduced type for auto type, not the one written in the source. 2015-09-03 16:11:10 +00:00
util.py Implement a convenience recursive walk method over a cursor and its descendants. 2014-05-29 02:35:27 +00:00