[PATCH] D37490: Fix __repr__ for Diagnostic in clang.cindex

2017-09-06 Thread Jonathan B Coe via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL312622: Fix __repr__ for Diagnostic in clang.cindex (authored by jbcoe). Changed prior to commit: https://reviews.llvm.org/D37490?vs=113896&id=113966#toc Repository: rL LLVM https://reviews.llvm.org

[PATCH] D37490: Fix __repr__ for Diagnostic in clang.cindex

2017-09-05 Thread Jonathan B Coe via Phabricator via cfe-commits
jbcoe created this revision. jbcoe added a project: clang-c. Also move misplaced tests for exception specification to fix failing Python tests. Repository: rL LLVM https://reviews.llvm.org/D37490 Files: clang/bindings/python/clang/cindex.py clang/bindings/python/tests/cindex/test_diagno