This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_90 in repository clang.
from 89e6b12344 Merging r367906: ------------------------------------------- [...] new 5d261ccfa0 Merging r367403: ------------------------------------------- [...] new dfa86f5f0e Merging r368104 and r368202: new 63e5b5db91 Merging r367802: ------------------------------------------- [...]
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: lib/Basic/Targets/RISCV.cpp | 4 +++ lib/CodeGen/CGStmt.cpp | 8 ++---- lib/Sema/SemaStmtAsm.cpp | 32 +++++++++------------- lib/StaticAnalyzer/Checkers/IteratorChecker.cpp | 12 +++++--- test/Analysis/Inputs/system-header-simulator-cxx.h | 3 ++ test/Analysis/diagnostics/explicit-suppression.cpp | 2 +- test/Analysis/iterator-range.cpp | 5 ++++ test/CodeGen/pr41027.c | 20 ++++++++++++++ test/CodeGen/riscv-inline-asm.c | 12 ++++++++ test/Sema/inline-asm-validate-riscv.c | 3 -- test/Sema/inline-asm-validate-x86.c | 25 ----------------- test/Sema/pr41027.c | 10 ------- 12 files changed, 69 insertions(+), 67 deletions(-) create mode 100644 test/CodeGen/pr41027.c delete mode 100644 test/Sema/pr41027.c