================ @@ -0,0 +1,301 @@ +// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 5 ---------------- melver wrote:
I dunno what the right answer is here - for the .ll tests, definitely auto-generated, for .cpp/.c tests I'm unsure. The Clang auto-generated tests add a lot more cruft that has a tendency to change with unrelated changes and cause spurious failures for developers of unrelated changes, so that also induces pain. My proposal: For the Clang tests, let's try manual tests first. If we end up changing some of these tests a lot, we can switch back to auto-generated ones for a subset that needs to change a lot. https://github.com/llvm/llvm-project/pull/156840 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
