This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5b0a110410 [c++20] Implement P1009R2: allow omitting the array bound in [...] new 71019a8e1d Use DiagRuntimeBehavior for -Wunsequenced to weed out false [...]
The 1 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/Sema/ScopeInfo.h | 6 +++--- include/clang/Sema/Sema.h | 4 ++++ lib/Sema/AnalysisBasedWarnings.cpp | 24 +++++++++++++----------- lib/Sema/SemaChecking.cpp | 9 +++++---- lib/Sema/SemaExpr.cpp | 12 +++++++++--- test/Sema/warn-unsequenced.c | 7 +++++++ test/SemaCXX/warn-unsequenced.cpp | 4 ++-- 7 files changed, 43 insertions(+), 23 deletions(-)