[clang] [clang][ssaf] Add UnsafeBufferUsage summary extractor for functions (PR #182941)

Jan Korous via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 6 12:49:22 PST 2026


================
@@ -201,7 +201,7 @@ bool anyConflict(const llvm::SmallVectorImpl<FixItHint> &FixIts,
                  const SourceManager &SM);
 } // namespace internal
 
-std::set<const Expr *> findUnsafePointers(const FunctionDecl *FD);
+std::set<const Expr *> findUnsafePointers(const Decl *FD);
----------------
jkorous-apple wrote:

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

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


More information about the cfe-commits mailing list