Files
clang-p2996/clang/lib/StaticAnalyzer/Checkers/WebKit/ASTUtils.cpp
Ryosuke Niwa e5fa38b02b [WebKit checkers] Treat passing of a member variable which is capable of CheckedPtr as safe. (#142485)
It's safe for a member function of a class or struct to call a function
or allocate a local variable with a pointer or a reference to a member
variable since "this" pointer, and therefore all its members, will be
kept alive by its caller so recognize as such.
2025-06-09 07:32:15 -07:00

9.5 KiB