Ideally, those should be handled with attributes
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp | ||
---|---|---|
882–883 ↗ | (On Diff #182651) | 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 ↗ | (On Diff #182651) | That's a good point. |