[PATCH] D68876: [libTooling] Group all Transformer combinators in a single namespace.

Yitzhak Mandelbaum via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 11 11:19:31 PDT 2019


ymandel added a comment.

I'm now starting to doubt the split into transformer (for combinators) and tooling (for the type decls).  I checked and `ast_matchers` contains both.  What do you think of my just putting all of the Transformer types + combis in the single `clang::transformer` namespace?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68876





More information about the cfe-commits mailing list