[all-commits] [llvm/llvm-project] be48c0: [-Wunsafe-buffer-usage] Fix a bug that wrongly ass...
Ziqing Luo via All-commits
all-commits at lists.llvm.org
Thu Apr 24 17:03:29 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be48c0df77413a237565a339c9ccc275b8256631
https://github.com/llvm/llvm-project/commit/be48c0df77413a237565a339c9ccc275b8256631
Author: Ziqing Luo <ziqing at udel.edu>
Date: 2025-04-24 (Thu, 24 Apr 2025)
Changed paths:
M clang/lib/Analysis/UnsafeBufferUsage.cpp
A clang/test/SemaCXX/bug149071318.cpp
Log Message:
-----------
[-Wunsafe-buffer-usage] Fix a bug that wrongly assumed CXXMethodDecl always has an identifier (#137248)
Fix a bug in UnsafeBufferUsage.cpp that wrongly assumed that
CXXMethodDecl always has an identifier.
rdar://149071318
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