aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/tests/cindex/test_diagnostics.py
AgeCommit message (Expand)Author
2012-03-10[clang.py] Refactor get_tu and get_cursor test helper functions into util.pyGregory Szorc
2012-02-05[clang.py] Expose diagnostic category and option info to Python bindingTobias Grosser
2011-08-30Update python testcase for GNU old-style field designator warning,Douglas Gregor
2011-02-05python bindings: Remove unneeded instructionTobias Grosser
2011-02-05python bindings: fix Diagnostics.range iteratorTobias Grosser
2010-02-14CIndex: Switch CXSourceRange to proper half-open intervals.Daniel Dunbar
2010-01-30cindex/Python: Add full support for Diagnostic and FixIt objects, available v...Daniel Dunbar