This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 843ace7a25 [OpenMP] Remove implicit data sharing code gen that aims to [...] new b16500ae70 [analyzer] Don't crash with assertion failure on structured [...] new 9062e07a82 [analyzer] [PointerArithChecker] do not warn on indexes into [...]
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/StaticAnalyzer/Checkers/PointerArithChecker.cpp | 4 ++++ lib/StaticAnalyzer/Core/ExprEngine.cpp | 7 ++++++- test/Analysis/ptr-arith.c | 6 ++++++ test/Analysis/structured_bindings.cc | 10 ++++++++++ 4 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 test/Analysis/structured_bindings.cc