Marius =?utf-8?q?Dörner?= <[email protected]>,marius doerner <[email protected]> Message-ID: In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>
================ @@ -1,5 +1,7 @@ // RUN: %clang_cc1 -Wfortify-source -triple x86_64-apple-macosx10.14.0 %s -verify +// RUN: %clang_cc1 -Wfortify-source -triple x86_64-apple-macosx10.14.0 -fexperimental-new-constant-interpreter %s -verify ---------------- mariusdr wrote: I "thinned" them out. (Removed the lines in clang/test/Sema/format-strings-fixit.c altogether since there is some weird file copying logic going on, and the relevant functionality is covered by the other format string test). https://github.com/llvm/llvm-project/pull/179033 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
