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

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 17 17:11:03 PDT 2019


NoQ added a comment.

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.

In D60845#1470980 <https://reviews.llvm.org/D60845#1470980>, @Charusso wrote:

> I really like live working examples, I hope not just me. Could you link https://github.com/llvm/llvm-project/blob/master/clang/test/Analysis/use-after-move.cpp as well as a live example?


I'd rather reserve an ability for myself to move the test around without breaking links all over the place. Live examples are easy to grep for as soon as you know what to grep for.


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