[PATCH] D75759: [docs][FileCheck] add link to VerifyDiagnosticConsumer docs
Aaron Ballman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 6 12:09:01 PST 2020
aaron.ballman added a comment.
It seems a bit weird to me for the FileCheck docs to be talking about `-verify` at all. FileCheck is a standalone program in LLVM (so the reader may not be considering Clang at all), and `-verify` is a clang command line option. I did a bit of googling and it doesn't look like we have a particularly good testing page for Clang like we do for LLVM (https://llvm.org/docs/TestingGuide.html) -- the closest we have is https://clang.llvm.org/hacking.html#testing. I sort of wonder if this is a sign that we should add one?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75759/new/
https://reviews.llvm.org/D75759
More information about the llvm-commits
mailing list