[PATCH] D55492: Implement Attr dumping in terms of visitors

Stephen Kelly via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 10 16:12:08 PST 2019


steveire added inline comments.


================
Comment at: lib/AST/ASTDumper.cpp:89
     // Utilities
-    void dumpType(QualType T) { NodeDumper.dumpType(T); }
     void dumpTypeAsChild(QualType T);
----------------
aaron.ballman wrote:
> This seems unrelated to this patch (same below) ?
These were called from the code which tablegen used to generate for dumping attrs. They're no longer needed after this change.


Repository:
  rC Clang

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

https://reviews.llvm.org/D55492





More information about the cfe-commits mailing list