toString generates a string representation of the stencil.
Patch by Harshal T. Lehri.
Paths
| Differential D68574
[libTooling] Add `toString` method to the Stencil class ClosedPublic Authored by ymandel on Oct 7 2019, 6:48 AM.
Details Summary toString generates a string representation of the stencil. Patch by Harshal T. Lehri.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 7 2019, 8:29 AM Comment Actions The tests broke the build on some platforms because of the use of raw strings in macros. Fixing now... Closed by commit rL373916: [libTooling] Add `toString` method to the Stencil class (authored by ymandel). · Explain WhyOct 7 2019, 10:14 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 223741 cfe/trunk/include/clang/Tooling/Refactoring/Stencil.h
cfe/trunk/lib/Tooling/Refactoring/Stencil.cpp
cfe/trunk/unittests/Tooling/StencilTest.cpp
|