================
@@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
