[PATCH] D69223: WDocumentation: Implement the \anchor.

Dmitri Gribenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 2 12:09:26 PST 2019


gribozavr2 marked an inline comment as done.
gribozavr2 added inline comments.


================
Comment at: clang/test/Index/comment-xml-schema.c:38
+// RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-inline-command-01.xml
 
 // RUN: not xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/invalid-function-01.xml 2>&1 | FileCheck %s -check-prefix=CHECK-INVALID
----------------
Mordante wrote:
> Is this what you meant? Or did you mean something different?
Yes, this line. Sorry, I missed it during review. Thanks for pointing out!


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

https://reviews.llvm.org/D69223





More information about the cfe-commits mailing list