[PATCH] D92658: [libTooling] Add `describe` stencil for formatting AST nodes for diagnostics.
Tom Lokovic via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 4 11:29:10 PST 2020
tdl-g accepted this revision.
tdl-g added a comment.
This revision is now accepted and ready to land.
Looks great, just one comment.
================
Comment at: clang/unittests/Tooling/StencilTest.cpp:513
+TEST(StencilToStringTest, DescribeOp) {
+ auto S = describe("Id");
----------------
Can you add a comment (or a more detailed test name) explaining what this test case is validating?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92658/new/
https://reviews.llvm.org/D92658
More information about the cfe-commits
mailing list