[clang] [clang][DebugInfo] Add inlined subprogram metadata for compiler built-ins (PR #189969)

J. Ryan Stinnett via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 20 03:59:25 PDT 2026


================
@@ -935,7 +939,7 @@ class ApplyDebugLocation {
     Other.CGF = nullptr;
   }
 
-  // Define copy assignment operator.
+  // Define move assignment operator.
----------------
jryans wrote:

Yes, fair enough, I thought someone might say that... 😉 I'll extract it out to its own change / PR.

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


More information about the cfe-commits mailing list