This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4e953e9ef2 Add explicit break (PR35700). new 4cf105dabe [analyzer] Fix a crash during C++17 aggregate construction o [...] new 6553e96647 [X86] Add more CPUID bits to cpuid.h to match gcc and suppor [...] new 4c0ff5f25c [analyzer] trackNullOrUndefValue: track last store to non-va [...]
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: lib/Headers/cpuid.h | 19 +++++++--- .../Checkers/DynamicTypePropagation.cpp | 16 +++++++-- lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 5 ++- lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 18 ++++++++++ test/Analysis/initializer.cpp | 40 ++++++++++++++++++++++ test/Analysis/inlining/inline-defensive-checks.c | 18 ++++++++++ test/Analysis/nullptr.cpp | 5 +-- 7 files changed, 111 insertions(+), 10 deletions(-)