This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4b38426034 [ASTImporter] Add test helper Fixture new f52aaa622a [analyzer] Fix liveness calculation for C++17 structured bindings new ac0a256e85 [analyzer] Cache offset computation for MemRegion new f3b50dc6b2 [analyzer] Fix assertion crash in CStringChecker
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: include/clang/Analysis/Analyses/LiveVariables.h | 9 +- .../StaticAnalyzer/Core/PathSensitive/MemRegion.h | 1 + lib/Analysis/LiveVariables.cpp | 83 ++++++++++---- lib/StaticAnalyzer/Checkers/CStringChecker.cpp | 13 ++- lib/StaticAnalyzer/Core/MemRegion.cpp | 67 +++++------ test/Analysis/live-bindings-test.cpp | 124 +++++++++++++++++++++ test/Analysis/string.c | 11 ++ 7 files changed, 245 insertions(+), 63 deletions(-) create mode 100644 test/Analysis/live-bindings-test.cpp