Re: [PATCH] Expose diagnostic formatting to Python bindings

2015-09-04 Thread Omar Sandoval via cfe-commits
On Fri, Aug 07, 2015 at 11:35:26PM -0700, Omar Sandoval wrote: > This makes it easier for tools using the Python libclang bindings to > display diagnostics in a manner consistent with clang. Ping, any comments on this? Thanks. > --- > bindings/python/clang/cindex.py | 33 +++

[PATCH] Expose diagnostic formatting to Python bindings

2015-08-11 Thread Omar Sandoval via cfe-commits
This makes it easier for tools using the Python libclang bindings to display diagnostics in a manner consistent with clang. --- bindings/python/clang/cindex.py | 33 + 1 file changed, 33 insertions(+) diff --git a/bindings/python/clang/cindex.py b/bindings/python/c