================ @@ -1,4 +1,14 @@ -// RUN: %clang_cc1 -fsyntax-only -fexperimental-lifetime-safety -fexperimental-lifetime-safety-inference -Wexperimental-lifetime-safety-suggestions -Wexperimental-lifetime-safety -verify %s +// RUN: rm -rf %t +// RUN: split-file %s %t +// RUN: %clang_cc1 -fsyntax-only -fexperimental-lifetime-safety -fexperimental-lifetime-safety-inference -Wexperimental-lifetime-safety-suggestions -Wexperimental-lifetime-safety -I%t -verify %t/test_source.cpp + +//===----------------------------------------------------------------------===// +// Public Annotation Test Cases +//===----------------------------------------------------------------------===// ---------------- usx95 wrote:
Let's skip these sections as these are going to be mixed. https://github.com/llvm/llvm-project/pull/171972 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
