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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to