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.

Attachment: child_diagnostics.patch
Description: Binary data

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to