[llvm-branch-commits] [clang] [SSAF][UnsafeBufferUsage] Remove UnsafeBufferUsageExtractor.h (PR #191931)
Balázs Benics via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Apr 17 07:22:31 PDT 2026
================
@@ -125,39 +130,36 @@ void UnsafeBufferUsageTUSummaryExtractor::HandleTranslationUnit(
if (DC->isFileContext() || DC->isNamespace())
Contributors.push_back(D);
- return false;
----------------
steakhal wrote:
Hmm. I was thinking about this line of why did we return `false` in the past?
Is this the "bug" you refer to in the commit message?
https://github.com/llvm/llvm-project/pull/191931
More information about the llvm-branch-commits
mailing list