[PATCH] D60845: [VerifyDiagnosticConsumer] Document -verify=<prefixes> in doxygen

Richard Smith - zygoloid via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 17 17:27:57 PDT 2019


rsmith added a comment.

In D60845#1470986 <https://reviews.llvm.org/D60845#1470986>, @NoQ wrote:

> Yup, i confirm that this improves discoverability of this feature :) Maybe it deserves its own .rst doc, like FileCheck <https://llvm.org/docs/CommandGuide/FileCheck.html>, but for now doxygen seems to be the best source of truth on how to use -verify and i consult it regularly.


I've seen a few projects outside of clang use `-verify` mode for their own testing of various things. Maybe it's time we promote it from an internal self-testing tool to a full-fledged and supported part of Clang's interface (including adding a driver flag and a proper description in the user manual)?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60845/new/

https://reviews.llvm.org/D60845





More information about the cfe-commits mailing list