================
@@ -2633,7 +2646,7 @@ void clang::sema::AnalysisBasedWarnings::IssueWarnings(
                        SourceLocation()) ||
       (!Diags.isIgnored(diag::warn_unsafe_buffer_libc_call, SourceLocation()) 
&&
        S.getLangOpts().CPlusPlus /* only warn about libc calls in C++ */)) {
-    CallableVisitor(CallAnalyzers).TraverseTranslationUnitDecl(TU);
+    CallableVisitor(CallAnalyzers, 
TU->getOwningModuleID()).TraverseTranslationUnitDecl(TU);
----------------
matts1 wrote:

There's no `operator==` on the `Module` class. Would I be correct in assuming 
that comparing pointers is the correct way to check for equality (in other 
words, can I assume that each module only has one associated instance)?

https://github.com/llvm/llvm-project/pull/127161
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to