This new stencil combinator is intended for use in diagnostics and the like.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
340 ms | x64 windows > lld.MachO::t.s |
Event Timeline
Comment Actions
Looks great, just one comment.
clang/unittests/Tooling/StencilTest.cpp | ||
---|---|---|
513 | Can you add a comment (or a more detailed test name) explaining what this test case is validating? |
Comment Actions
thanks!
clang/unittests/Tooling/StencilTest.cpp | ||
---|---|---|
513 | It's the same pattern for (nearly) all of the StencilToStringTest cases. Might a comment on the fixture be a better place? |
clang/unittests/Tooling/StencilTest.cpp | ||
---|---|---|
513 | Oh, sorry, I thought the "repr" was a stencil combinator, I didn't realize it was part of the raw string quotation. My bad. LGTM as is. |
Can you add a comment (or a more detailed test name) explaining what this test case is validating?