gribozavr2 added a comment.
> Node::dumpTokens was never used.
I think it is because it was meant to be a debugger-only helper. I think we
should keep it. However, simplifying `static void dumpTokens` to only take one
token instead of `ArrayRef` makes sense!
Repository:
rG LLVM Github Monor
eduucaldas created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
eduucaldas requested review of this revision.
- `Node::dumpTokens` was never used.
- `::dumpTokens(llvm::raw_ostream, ArrayRef, const
SourceManager &SM)` was used twice, once by `Node::dumpTok