This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7f12885bea Portable Python script across Python version new da4951c207 [Driver] Automatically enable -munwind-tables if -fseh-excep [...] new 6915028288 [unittests] Remove superfluous semicolon, fixing warnings wi [...] new 4f672fc63a Portable Python script across Python version
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bindings/python/clang/cindex.py | 1 + docs/conf.py | 9 +- docs/tools/dump_ast_matchers.py | 8 +- lib/Driver/ToolChains/MinGW.cpp | 6 ++ test/Driver/windows-exceptions.cpp | 3 + tools/clang-format/clang-format-diff.py | 1 + tools/scan-build-py/libscanbuild/arguments.py | 1 + tools/scan-view/bin/scan-view | 12 ++- tools/scan-view/share/ScanView.py | 31 +++--- unittests/AST/ASTImporterTest.cpp | 2 +- utils/ABITest/ABITestGen.py | 133 +++++++++++++------------- utils/ABITest/Enumeration.py | 17 ++-- utils/ABITest/TypeGen.py | 5 +- utils/CIndex/completion_logger_server.py | 5 +- utils/TestUtils/deep-stack.py | 17 ++-- utils/analyzer/CmpRuns.py | 5 +- utils/analyzer/SATestAdd.py | 17 ++-- utils/analyzer/SATestBuild.py | 14 +-- utils/analyzer/SATestUpdateDiffs.py | 11 ++- utils/analyzer/SumTimerInfo.py | 29 +++--- utils/check_cfc/setup.py | 5 +- utils/clangdiag.py | 3 +- utils/modfuzz.py | 3 +- utils/token-delta.py | 21 ++-- 24 files changed, 194 insertions(+), 165 deletions(-)