================ @@ -0,0 +1,19 @@ +// RUN: %clang_cc1 -fsyntax-only -Wlifetime-safety -Wno-dangling -fcxx-exceptions -verify %s ---------------- Xazax-hun wrote:
We run it both with and without exceptions. I guess I could define a macro with the exceptions run and guard this code with ifdef to make sure this code is not visible when we run it without exceptions. https://github.com/llvm/llvm-project/pull/204439 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
