[PATCH] D68574: [libTooling] Add `toString` method to the Stencil class
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 7 08:29:41 PDT 2019
gribozavr accepted this revision.
gribozavr added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/include/clang/Tooling/Refactoring/Stencil.h:54
+ /// Constructs a string representation of the StencilPart. StencilParts
+ /// generated by the `selection` and `run `functions do not have a unique
+ /// string representation.
----------------
No space between "run" and backtick.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68574/new/
https://reviews.llvm.org/D68574
More information about the cfe-commits
mailing list