diff --git a/llvm/docs/CommandGuide/FileCheck.rst b/llvm/docs/CommandGuide/FileCheck.rst --- a/llvm/docs/CommandGuide/FileCheck.rst +++ b/llvm/docs/CommandGuide/FileCheck.rst @@ -739,3 +739,10 @@ letting us set the :program:`FileCheck` variable ``DLOC`` to the desired value ``0x00000233``, extracted from the line immediately preceding "``intd``". + +Clang `-verify` Tests +--------------------- +For clang tests using `-verify` and `expected-error`, `expected-warning`, and +`expected-note`, see the `VerifyDiagnosticConsumer +`_ +documentation.