Files
clang-p2996/clang/lib/StaticAnalyzer/Checkers/FixedAddressChecker.cpp
Balázs Kéri 1701895c36 [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).
2024-10-03 09:17:51 +02:00

2.6 KiB