https://github.com/jkorous-apple closed
https://github.com/llvm/llvm-project/pull/135421
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Jan Korous (jkorous-apple)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/135421.diff
2 Files Affected:
- (modified) clang/include/clang/Analysis/Analyses/UnsafeBufferUsage.h (+3)
- (modified) clang/lib/Analysis/Unsa
https://github.com/jkorous-apple created
https://github.com/llvm/llvm-project/pull/135421
None
>From 9354e44180338d53bfe811fb9f566f3c959c9d7b Mon Sep 17 00:00:00 2001
From: Jan Korous
Date: Fri, 11 Apr 2025 11:09:33 -0700
Subject: [PATCH] [-Wunsafe-buffer-usage] Add findUnsafePointers
---
..