[clang] [ubsan] Add more -fsanitize-annotate-debug-info checks (PR #141997)

Florian Mayer via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 2 15:12:42 PDT 2025


================
@@ -597,8 +597,15 @@ class CodeGenFunction : public CodeGenTypeCache {
   class SanitizerScope {
     CodeGenFunction *CGF;
 
+    // ApplyDebugLocation is undeclared: CGDebugInfo.h is not #included in this
----------------
fmayer wrote:

Just forward declare it. 

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


More information about the cfe-commits mailing list