This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8efaf8446e AMDGPU: Move run and check lines around to match processor o [...] new 43eac1f9d7 [StaticAnalyzer] Fix some Clang-tidy modernize and Include W [...]
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: .../StaticAnalyzer/Core/PathSensitive/CallEvent.h | 184 ++++++++++++--------- .../Core/PathSensitive/ConstraintManager.h | 33 ++-- .../Core/PathSensitive/DynamicTypeMap.h | 19 ++- .../Core/PathSensitive/Environment.h | 30 ++-- .../Core/PathSensitive/FunctionSummary.h | 30 ++-- lib/StaticAnalyzer/Core/CallEvent.cpp | 134 ++++++++------- lib/StaticAnalyzer/Core/ConstraintManager.cpp | 11 +- lib/StaticAnalyzer/Core/DynamicTypeMap.cpp | 15 +- lib/StaticAnalyzer/Core/Environment.cpp | 42 +++-- lib/StaticAnalyzer/Core/FunctionSummary.cpp | 13 +- 10 files changed, 303 insertions(+), 208 deletions(-)