This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e7e77f8353 [libclang][index][NFC] Fix test for skipping already parsed [...] new 1ac8bd746a PR40674: fix assertion failure if a structured binding decla [...] new b0b814c709 NFC: Rename some sanitizer related lifetime checks
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/Sema/SemaDeclCXX.cpp | 3 +- test/CXX/dcl.decl/dcl.decomp/p3.cpp | 8 +++- .../{lifetime-asan.c => lifetime-sanitizer.c} | 10 ++--- test/CodeGenCXX/lifetime-asan.cpp | 42 ------------------ test/CodeGenCXX/lifetime-sanitizer.cpp | 50 ++++++++++++++++++++++ 5 files changed, 64 insertions(+), 49 deletions(-) rename test/CodeGen/{lifetime-asan.c => lifetime-sanitizer.c} (52%) delete mode 100644 test/CodeGenCXX/lifetime-asan.cpp create mode 100644 test/CodeGenCXX/lifetime-sanitizer.cpp