]> granicus.if.org Git - clang/commit
cindex/Python: Add full support for Diagnostic and FixIt objects, available via Trans...
authorDaniel Dunbar <daniel@zuster.org>
Sat, 30 Jan 2010 23:59:02 +0000 (23:59 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 30 Jan 2010 23:59:02 +0000 (23:59 +0000)
commit532fc63b51cd0eb795df36d3fe306645b8b980e4
tree442a5688b6613e09f83e3c7bd743e3d0f71224ba
parente32af4213eb499fc5b6db15a9da9712148fcf8b5
cindex/Python: Add full support for Diagnostic and FixIt objects, available via TranslationUnit.diagnostics.

Several important FIXMEs remain:
  - We aren't getting all the notes?
  - There is still no way to get diagnostics for invalid inputs.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94933 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/python/clang/cindex.py
bindings/python/tests/cindex/test_diagnostics.py [new file with mode: 0644]