[PATCH] D147744: [clang][Sema] Add MultiLevelTemplateArgumentList::dump()

Richard Smith - zygoloid via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 6 15:20:43 PDT 2023


rsmith added inline comments.


================
Comment at: clang/include/clang/Sema/Template.h:265
+
+    LLVM_DUMP_METHOD void dump() const {
+      LangOptions LO;
----------------
I think it would be useful to also print out the number of retained outer levels.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147744



More information about the cfe-commits mailing list