This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from bc55776 [ubsan] Disable bounds-check for flexible array ivars new 4da1cc6 [clang] make reciprocal estimate codegen a function attribute new 27ae90e [analyzer] Add PostStmt callback for ArraySubscriptExpr
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 | 3 --- lib/CodeGen/CGCall.cpp | 9 +++++++++ lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp | 14 +++++++++++++- lib/StaticAnalyzer/Core/ExprEngine.cpp | 18 ++++++++++-------- test/CodeGen/attr-mrecip.c | 7 +++++++ 5 files changed, 39 insertions(+), 12 deletions(-) create mode 100644 test/CodeGen/attr-mrecip.c