[all-commits] [llvm/llvm-project] 05fa39: [NFC][Clang][UnsafeBufferUsage] Check optional str...
Rohan Jacob-Rao via All-commits
all-commits at lists.llvm.org
Fri Mar 6 10:33:14 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 05fa39de0ef2e1574f3f4d32b1527cb3d9fdd0ca
https://github.com/llvm/llvm-project/commit/05fa39de0ef2e1574f3f4d32b1527cb3d9fdd0ca
Author: Rohan Jacob-Rao <rohanjr at google.com>
Date: 2026-03-06 (Fri, 06 Mar 2026)
Changed paths:
M clang/lib/Analysis/FixitUtil.cpp
M clang/test/SemaCXX/warn-unsafe-buffer-usage-fixits-parm-unsupported.cpp
Log Message:
-----------
[NFC][Clang][UnsafeBufferUsage] Check optional string before access. (#184867)
Without this fix, the new test case results in a crash due to the
unchecked optional access.
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