This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c2686e43c2 Correct the spelling of helpURI to helpUri. new 97d939ee57 [analyzer][CrossTU][NFC] Generalize to external definitions [...]
The 1 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/Basic/DiagnosticCrossTUKinds.td | 2 +- include/clang/CrossTU/CrossTranslationUnit.h | 4 +- .../clang/StaticAnalyzer/Core/AnalyzerOptions.def | 6 +- lib/CrossTU/CrossTranslationUnit.cpp | 14 +-- ...nalFnMap.txt => ctu-other.c.externalDefMap.txt} | 0 ...lFnMap.txt => ctu-other.cpp.externalDefMap.txt} | 0 test/Analysis/analyzer-config.c | 2 +- test/Analysis/ctu-different-triples.cpp | 2 +- test/Analysis/ctu-main.c | 2 +- test/Analysis/ctu-main.cpp | 2 +- test/Analysis/ctu-unknown-parts-in-triples.cpp | 2 +- test/Analysis/func-mapping-test.cpp | 2 +- test/CMakeLists.txt | 2 +- test/lit.cfg.py | 4 +- tools/CMakeLists.txt | 2 +- .../CMakeLists.txt | 8 +- .../ClangExtDefMapGen.cpp} | 20 ++-- tools/scan-build-py/README.md | 2 +- tools/scan-build-py/libscanbuild/__init__.py | 2 +- tools/scan-build-py/libscanbuild/analyze.py | 118 +++++++++++---------- tools/scan-build-py/libscanbuild/arguments.py | 28 ++--- tools/scan-build-py/libscanbuild/clang.py | 6 +- tools/scan-build-py/tests/unit/test_analyze.py | 18 ++-- tools/scan-build-py/tests/unit/test_clang.py | 2 +- 24 files changed, 126 insertions(+), 124 deletions(-) rename test/Analysis/Inputs/{ctu-other.c.externalFnMap.txt => ctu-other.c.external [...] rename test/Analysis/Inputs/{ctu-other.cpp.externalFnMap.txt => ctu-other.cpp.exte [...] rename tools/{clang-func-mapping => clang-extdef-mapping}/CMakeLists.txt (58%) rename tools/{clang-func-mapping/ClangFnMapGen.cpp => clang-extdef-mapping/ClangEx [...]