Ideally, those should be handled with attributes
Details
Details
Diff Detail
Diff Detail
Event Timeline
clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp | ||
---|---|---|
882–883 | Was it checked previously that the function with the metaCast/safeMetaCast name is indeed a member function and that it takes at least one argument? Otherwise it'd crash. |
clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp | ||
---|---|---|
882–883 | That's a good point. |
Was it checked previously that the function with the metaCast/safeMetaCast name is indeed a member function and that it takes at least one argument? Otherwise it'd crash.