Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
5861b4b4ba13a3feedb9544e94d9d0bc4296662c
/
test
/
Analysis
/
retain-release.mm
4c4efee
Eliminate the -f[no]objc-infer-related-result-type flags; there's no
by Douglas Gregor
· 14 years ago
9ca2851
Tweak the retain/release checker to not stop tracking retained objects when calling C++ methods. This is a temporary solution to prune false positives until we have a general story using annotations.
by Ted Kremenek
· 14 years ago
35bdbf4
Augment retain/release checker to not warn about tracked objects passed as arguments to C++ constructors. This is a stop-gap measure for Objective-C++ code that uses smart pointers to manage reference counts.
by Ted Kremenek
· 14 years ago