diff options
author | Alexander Richardson <alexrichardson@google.com> | 2025-08-08 14:22:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-08 14:22:42 -0700 |
commit | 3cf7262876cf261b5704bcf1d70d2de13d595e15 (patch) | |
tree | 82bdbd0f5da9f388e67925f8639bbd20cbec83a8 /clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp | |
parent | d15280894bd03c618ec1b4debcbfdb1fecb81594 (diff) | |
download | llvm-3cf7262876cf261b5704bcf1d70d2de13d595e15.zip llvm-3cf7262876cf261b5704bcf1d70d2de13d595e15.tar.gz llvm-3cf7262876cf261b5704bcf1d70d2de13d595e15.tar.bz2 |
[CaptureTracking] Handle ptrtoaddr
Unlike ptrtoint, ptrtoaddr does not capture provenance, only the address.
Note: As defined by the LangRef, we always treat `ptrtoaddr` as a
location-independent address capture since it is a direct inspection of the
pointer address.
Reviewed By: nikic
Pull Request: https://github.com/llvm/llvm-project/pull/152221
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp')
0 files changed, 0 insertions, 0 deletions