This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 26d41bf Skip Unicode character expansion in assembly files new accb521 [scan-build-py] merge runner module to analyzer new 8567c2d CloneDetection.h: Fix warnings. [-Wdocumentation]
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: include/clang/Analysis/CloneDetection.h | 7 +- tools/scan-build-py/libscanbuild/analyze.py | 293 +++++++++++++++++++++- tools/scan-build-py/libscanbuild/runner.py | 294 ---------------------- tools/scan-build-py/tests/unit/__init__.py | 2 - tools/scan-build-py/tests/unit/test_analyze.py | 313 ++++++++++++++++++++++++ tools/scan-build-py/tests/unit/test_report.py | 2 +- tools/scan-build-py/tests/unit/test_runner.py | 321 ------------------------- 7 files changed, 604 insertions(+), 628 deletions(-) delete mode 100644 tools/scan-build-py/libscanbuild/runner.py delete mode 100644 tools/scan-build-py/tests/unit/test_runner.py