This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a9ded30 [ubsan] Detect UB loads from bitfields new 0b047d6 [scan-build-py] move argument parsing into separate module new 6e475d1 [scan-build-py] move argument parsing into separate module
The 2 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: tools/scan-build-py/bin/analyze-build | 4 +- tools/scan-build-py/bin/intercept-build | 4 +- tools/scan-build-py/bin/scan-build | 4 +- tools/scan-build-py/libscanbuild/analyze.py | 359 +++------------------ tools/scan-build-py/libscanbuild/arguments.py | 430 ++++++++++++++++++++++++++ tools/scan-build-py/libscanbuild/intercept.py | 90 +----- 6 files changed, 485 insertions(+), 406 deletions(-) create mode 100644 tools/scan-build-py/libscanbuild/arguments.py