This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e4f56bec7b PR40096: Forwards-compatible with C++20 rule regarding aggre [...] new b99a35b5ae [analyzer] CStringChecker: Fix a crash on C++ overloads of s [...] new 2ac8dae2d6 [analyzer] CStringChecker: Add the forgotten test file.
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/CStringChecker.cpp | 90 ++++++++++++++++---------- test/Analysis/string.cpp | 28 ++++++++ 2 files changed, 84 insertions(+), 34 deletions(-) create mode 100644 test/Analysis/string.cpp