diff options
author | Balázs Kéri <balazs.keri@ericsson.com> | 2024-10-03 09:17:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-03 09:17:51 +0200 |
commit | 1701895c362176cb898eba509b18e8d72d8095c9 (patch) | |
tree | 1df90c156bc3c89b7729ea397e02e775eb7e0acc /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 944f4adcd2c7aa92e757984502774bd12508bfe9 (diff) | |
download | llvm-1701895c362176cb898eba509b18e8d72d8095c9.zip llvm-1701895c362176cb898eba509b18e8d72d8095c9.tar.gz llvm-1701895c362176cb898eba509b18e8d72d8095c9.tar.bz2 |
[clang][analyzer] Less redundant warnings from FixedAddressChecker (#110458)
If a fixed value is assigned to a pointer variable, the checker did emit
a warning. If the pointer variable is assigned to another pointer
variable, this resulted in another warning. The checker now emits
warning only if a value with non-pointer type is assigned (to a pointer
variable).
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions