forked from OSchip/llvm-project
![]() 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 |
||
---|---|---|
.. | ||
INPUTS | ||
__init__.py | ||
test_access_specifiers.py | ||
test_cdb.py | ||
test_code_completion.py | ||
test_comment.py | ||
test_cursor.py | ||
test_cursor_kind.py | ||
test_diagnostics.py | ||
test_file.py | ||
test_index.py | ||
test_location.py | ||
test_token_kind.py | ||
test_tokens.py | ||
test_translation_unit.py | ||
test_type.py | ||
util.py |