This revision was automatically updated to reflect the committed changes.
Closed by commit rG6f0a3711bc15: [libTooling] Restore defaults for matchers in
makeRule. (authored by ymandel).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87048/new/
https:
ymandel created this revision.
ymandel added a reviewer: gribozavr.
Herald added a project: clang.
ymandel requested review of this revision.
This patch restores the default traversal for Transformer's `makeRule` to
`TK_AsIs`. The implicit mode has proven problematic.
Repository:
rG LLVM Githu