[PATCH] D120504: [AST] RAV doesn't traverse explicitly instantiated function bodies by default

David Li via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 27 16:34:26 PST 2022


davidxl added inline comments.


================
Comment at: clang/lib/CodeGen/CodeGenPGO.cpp:157
 
+  bool shouldVisitTemplateInstantiations() { return true; }
+
----------------
This one line change looks ok to me.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120504



More information about the cfe-commits mailing list