================ @@ -0,0 +1,12 @@ +// RUN: not %clang_cc1 -fsyntax-only %s 2>&1 | FileCheck %s ---------------- ojhunt wrote:
I think this should be in test/Sema and you can use ``` %clang_cc1 -fsyntax-only -verify %s ``` and then use the error expectation mechanisms. https://github.com/llvm/llvm-project/pull/183616 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
