[PATCH] D37378: [clang] [python] Move test_exception_specification_kind to correct subdir

2017-09-08 Thread Michał Górny via Phabricator via cfe-commits
mgorny closed this revision. mgorny added a comment. It seems that somebody already moved the file in https://reviews.llvm.org/D37490. Repository: rL LLVM https://reviews.llvm.org/D37378 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[PATCH] D37378: [clang] [python] Move test_exception_specification_kind to correct subdir

2017-09-08 Thread Andrew J. Bennieston via Phabricator via cfe-commits
ajbennieston accepted this revision. ajbennieston added a comment. This revision is now accepted and ready to land. Looks good to me. Repository: rL LLVM https://reviews.llvm.org/D37378 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[PATCH] D37378: [clang] [python] Move test_exception_specification_kind to correct subdir

2017-09-08 Thread Michał Górny via Phabricator via cfe-commits
mgorny added a comment. Ping. Repository: rL LLVM https://reviews.llvm.org/D37378 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D37378: [clang] [python] Move test_exception_specification_kind to correct subdir

2017-09-01 Thread Michał Górny via Phabricator via cfe-commits
mgorny created this revision. The test_exception_specification_kind.py test has been committed to the tests/ directory of clang Python bindings. As a result, it fails since it attempts to load util.py module relatively from the current directory: