[PATCH] D158165: [clang][AST] TextNodeDumper learned to output instantiated_from information

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 17 06:19:36 PDT 2023


aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM with a small nit.



================
Comment at: clang/lib/AST/TextNodeDumper.cpp:1896
+
+  if (auto *Instance = D->getInstantiatedFromMemberFunction()) {
+    OS << " instantiated_from";
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158165



More information about the cfe-commits mailing list