[PATCH] D104317: [libTooling][NFC] Refactor implemenation of Transformer Stencils to use standard OOP
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 15 13:07:29 PDT 2021
gribozavr2 accepted this revision.
gribozavr2 added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/lib/Tooling/Transformer/Stencil.cpp:158
break;
}
+ return (OpName + "(\"" + Id + "\")").str();
----------------
Please use spaces instead of tabs (throughout the patch).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104317/new/
https://reviews.llvm.org/D104317
More information about the cfe-commits
mailing list