[cfe-dev] [PATCH] Expose diagnostic category and option info to Python binding
Gregory Szorc
gregory.szorc at gmail.com
Mon Jan 2 12:57:36 PST 2012
The Python binding wasn't exposing diagnostic and option APIs
available in libclang, so I added them.
This is my first patch to Clang. I hope I'm doing it right.
---
bindings/python/clang/cindex.py | 37 ++++++++++++++++++++++
bindings/python/tests/cindex/test_diagnostics.py | 34 ++++++++++++++++++--
2 files changed, 68 insertions(+), 3 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Expose-diagnostic-category-and-option-info-to-Python.patch
Type: text/x-patch
Size: 4872 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20120102/59cb2504/attachment.bin>
More information about the cfe-dev
mailing list