================ @@ -0,0 +1,11 @@ +// RUN: %clang_cc1 -fsyntax-only -verify %s ---------------- shafik wrote:
We should not being put tests in stand alone files if we have appropriate existing test files. I believe this is likely the right place for this test: https://github.com/llvm/llvm-project/blob/main/clang/test/Parser/cxx-template-argument.cpp Wrapped in `namespace GH214128` like other tests in that file are. Please fix this in a follow-up. https://github.com/llvm/llvm-project/pull/219799 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
