]> granicus.if.org Git - clang/commit
Fix __repr__ for Diagnostic in clang.cindex
authorJonathan Coe <jbcoe@me.com>
Wed, 6 Sep 2017 07:33:32 +0000 (07:33 +0000)
committerJonathan Coe <jbcoe@me.com>
Wed, 6 Sep 2017 07:33:32 +0000 (07:33 +0000)
commit9b6213e03f5d36ea1dd8af0f027d07a057b44c3c
tree7b021de3c8a909a877a6167b68a0051298f9c6a2
parente3cd869533ad5156f3c7cb2c74a8417b3018e042
Fix __repr__ for Diagnostic in clang.cindex

Summary: Also move misplaced tests for exception specification to fix failing Python tests.

Reviewers: hans, compnerd

Reviewed By: compnerd

Subscribers: cfe-commits

Tags: #clang-c

Differential Revision: https://reviews.llvm.org/D37490

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@312622 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/python/clang/cindex.py
bindings/python/tests/cindex/test_diagnostics.py
bindings/python/tests/cindex/test_exception_specification_kind.py [moved from bindings/python/tests/test_exception_specification_kind.py with 100% similarity]