[PATCH] D131298: [clang-doc] Read docstrings for record members

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 8 10:37:59 PDT 2022


phosek added a comment.

Would it be possible to extend the existing unit tests to cover this:

https://github.com/llvm/llvm-project/blob/main/clang-tools-extra/unittests/clang-doc/BitcodeTest.cpp
https://github.com/llvm/llvm-project/blob/main/clang-tools-extra/unittests/clang-doc/SerializeTest.cpp
https://github.com/llvm/llvm-project/blob/main/clang-tools-extra/unittests/clang-doc/YAMLGeneratorTest.cpp

When uploading patches through web interface, it's useful to include full context, see https://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-web-interface


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131298



More information about the cfe-commits mailing list