Provide a no-argument dump methods to avoid having to do
additional gymnastics to dump a DynTypedNode.
Details
Details
- Reviewers
njames93
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I usually use dump() when authoring/debugging clang-tidy or similar checks. I don't always have ASTContext handy when working with a DynTypedNode (without temporarily changing my call stack to pass the ASTContext around for the purposes of dump).
I put up this as a way of asking whether this kind of change would be considered (just as easy to code this up as ask in Discord etc). Thoughts?
clang-format not found in user’s local PATH; not linting file.