llvm-project/clang/bindings/python/tests/cindex
Daniel Dunbar a7a354e3e3 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.

llvm-svn: 94933
2010-01-30 23:59:02 +00:00
..
INPUTS cindex/Python: Fix/simplify Index.parse() passing command line arguments. 2010-01-25 00:43:31 +00:00
__init__.py Initial checkin of CIndex Python bindings, by Andrew Sutton! 2010-01-24 02:02:07 +00:00
test_cursor.py cindex/Python: Update Index.create for removal of displayDiagnostics. 2010-01-30 23:58:39 +00:00
test_cursor_kind.py cindex/Python: Move Cursor.is_ methods to CursorKind, and add test. 2010-01-24 21:20:39 +00:00
test_diagnostics.py cindex/Python: Add full support for Diagnostic and FixIt objects, available via TranslationUnit.diagnostics. 2010-01-30 23:59:02 +00:00
test_index.py Initial checkin of CIndex Python bindings, by Andrew Sutton! 2010-01-24 02:02:07 +00:00
test_translation_unit.py cindex/Python: Support file objects as unsaved_files, albeit inefficiently. 2010-01-25 09:16:41 +00:00