This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 43864bcdf2 [OpenMP] Initial implementation of code generation for pragm [...] new 28cbd0c0d3 [analyzer] Improve suppression for inlined defensive checks [...] new afa3384a4e [asan] Disable ASan global-GC depending on the target and co [...]
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/CodeGen/BackendUtil.cpp | 36 +++++++++++++++---- lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 20 +++++++++++ lib/StaticAnalyzer/Core/Store.cpp | 12 +++++-- test/Analysis/inlining/inline-defensive-checks.c | 41 +++++++++++++++++++++- test/Analysis/inlining/inline-defensive-checks.cpp | 15 +++++++- test/Analysis/null-deref-offsets.c | 34 ++++++++++++++++++ test/Analysis/uninit-const.cpp | 2 +- test/CodeGen/asan-globals-gc.cpp | 7 ++++ 8 files changed, 155 insertions(+), 12 deletions(-) create mode 100644 test/Analysis/null-deref-offsets.c create mode 100644 test/CodeGen/asan-globals-gc.cpp