[clang] [Clang] Fix pack indexing profiling (PR #139276)

Younan Zhang via cfe-commits cfe-commits at lists.llvm.org
Fri May 9 08:01:46 PDT 2025


================
@@ -4549,6 +4549,10 @@ class PackIndexingExpr final
 
   bool isFullySubstituted() const { return FullySubstituted; }
 
+  bool isPartiallySubstituted() const {
----------------
zyn0217 wrote:

Please document the difference with FullySubstituted

https://github.com/llvm/llvm-project/pull/139276


More information about the cfe-commits mailing list