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

Dan Liew via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 17 10:03:14 PDT 2026


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

Nit: This typo fix could be in its own separate commit.

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


More information about the cfe-commits mailing list