This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f021623 Use toCharUnitsFromBits instead of TargetInfo::getCharWidth new 5d3e0ab [x86][inline-asm][AVX512][clang][PART-1] Introducing "k" and [...] new b26779d [analyzer] MacOSXAPIChecker: Disallow dispatch_once_t in ivar [...]
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: lib/Basic/Targets.cpp | 20 +++++ lib/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp | 63 ++++++++++++---- lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp | 6 ++ test/Analysis/dispatch-once.m | 92 +++++++++++++++++++++++ test/CodeGen/avx512-kconstraints-att_inline_asm.c | 59 +++++++++++++++ 5 files changed, 225 insertions(+), 15 deletions(-) create mode 100644 test/Analysis/dispatch-once.m create mode 100644 test/CodeGen/avx512-kconstraints-att_inline_asm.c