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

via cfe-commits cfe-commits at lists.llvm.org
Fri May 9 08:14:24 PDT 2025


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

I got rid of it entierly, it's cleaner 

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


More information about the cfe-commits mailing list