[PATCH] D104317: [libTooling][NFC] Refactor implemenation of Transformer Stencils to use standard OOP

Yitzhak Mandelbaum via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 15 14:03:02 PDT 2021


ymandel added inline comments.


================
Comment at: clang/lib/Tooling/Transformer/Stencil.cpp:158
       break;
     }
+    return (OpName + "(\"" + Id + "\")").str();
----------------
gribozavr2 wrote:
> Please use spaces instead of tabs (throughout the patch).
I think those markers indicate something else -- i can't find any tabs in the file. Could that be a shorthand for "increased indentation"?


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