[all-commits] [llvm/llvm-project] 71478e: [WebKit Checkers] Treat const Objective-C ivar as ...
Ryosuke Niwa via All-commits
all-commits at lists.llvm.org
Tue Feb 11 10:00:30 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 71478ecdb48075051e6e746c4c51b9caeb4c21b6
https://github.com/llvm/llvm-project/commit/71478ecdb48075051e6e746c4c51b9caeb4c21b6
Author: Ryosuke Niwa <rniwa at webkit.org>
Date: 2025-02-11 (Tue, 11 Feb 2025)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/WebKit/ASTUtils.cpp
M clang/test/Analysis/Checkers/WebKit/uncounted-obj-arg.mm
Log Message:
-----------
[WebKit Checkers] Treat const Objective-C ivar as a safe origin (#126353)
Like const C++ member variables, treat const Ref, RefPtr, CheckedRef,
CheckedPtr Objective-C ivars as a safe pointer origin in WebKit
checkers.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list