Author: Douglas Yung Date: 2025-07-11T05:35:35Z New Revision: 57194ac5053628955277e87dc51c74ad982bd543
URL: https://github.com/llvm/llvm-project/commit/57194ac5053628955277e87dc51c74ad982bd543 DIFF: https://github.com/llvm/llvm-project/commit/57194ac5053628955277e87dc51c74ad982bd543.diff LOG: Mark test added in #142313 as requiring asserts since it uses `-debug-only`. Added: Modified: clang/test/Sema/warn-lifetime-safety-dataflow.cpp Removed: ################################################################################ diff --git a/clang/test/Sema/warn-lifetime-safety-dataflow.cpp b/clang/test/Sema/warn-lifetime-safety-dataflow.cpp index df45afa508f0e..64ecba8faac9e 100644 --- a/clang/test/Sema/warn-lifetime-safety-dataflow.cpp +++ b/clang/test/Sema/warn-lifetime-safety-dataflow.cpp @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -mllvm -debug-only=LifetimeFacts -Wexperimental-lifetime-safety %s 2>&1 | FileCheck %s +// REQUIRES: asserts struct MyObj { int id; _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
