================ @@ -0,0 +1,16 @@ +// RUN: rm -rf %t +// RUN: %clang_cc1 -extract-api --pretty-sgf --emit-sgf-symbol-labels-for-testing \ ---------------- snprajwal wrote:
Nit: we're not using test labels here, so `--emit-sgf-symbol-labels-for-testing` is not useful. We can remove it. It would also be nice to verify that no diagnostics are emitted: ```suggestion // RUN: %clang_cc1 -extract-api --pretty-sgf --verify \ ``` https://github.com/llvm/llvm-project/pull/212394 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
