[PATCH] D61834: Add a Visit overload for DynTypedNode to ASTNodeTraverser

Stephen Kelly via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 17 06:53:49 PDT 2019


steveire marked 5 inline comments as done.
steveire added inline comments.


================
Comment at: unittests/AST/ASTTraverserTest.cpp:75
+
+template <typename... NodeType> std::string dumpASTString(NodeType &&... N) {
+  std::string Buffer;
----------------
aaron.ballman wrote:
> Did clang-format produce this formatting? (If not, run through clang-format.)
Yep, clang-format made it like this.


Repository:
  rC Clang

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

https://reviews.llvm.org/D61834





More information about the cfe-commits mailing list