[PATCH] D61835: Extract ASTDumper to a header file

Stephen Kelly via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun May 12 13:18:35 PDT 2019


steveire created this revision.
steveire added a reviewer: aaron.ballman.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

This class has member APIs which are useful to clients.  Make it
possible to use those APIs without adding them to dump() member
functions.  Doing so does not scale.  The optional arguments to dump()
should be designed to be useful in a debugging context.


Repository:
  rC Clang

https://reviews.llvm.org/D61835

Files:
  include/clang/AST/ASTDumper.h
  lib/AST/ASTDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61835.199175.patch
Type: text/x-patch
Size: 4572 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190512/19fbd1a0/attachment.bin>


More information about the cfe-commits mailing list