[PATCH] D114011: Add a clang-transformer tutorial

Yitzhak Mandelbaum via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 17 05:37:07 PST 2021


ymandel marked 7 inline comments as done.
ymandel added a comment.

Thanks for the review!



================
Comment at: clang/docs/ClangTransformerTutorial.rst:69
+
+Assume you have an API which forbids functions from being named "MkX" and you
+want to write a check that catches any violations of this rule. We can express
----------------
gribozavr2 wrote:
> "an api" -> "a style guide rule"?
yes. this example came from an API with its own style guide. :)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114011/new/

https://reviews.llvm.org/D114011



More information about the cfe-commits mailing list