No intended behavior change.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp | ||
---|---|---|
512 | I think it would make sense to remove the helper-function completely. (Being used 2 times.) |
clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp | ||
---|---|---|
512 | I didn't do that because I liked the comment that this is for the _Nonnull implicit ARC casts – if I inline the function I have to duplicate the comment. |
clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp | ||
---|---|---|
512 | Well, if you really like that, sure. I believe it is so common to avoid implicit casts we do not need to express it why. |
I think it would make sense to remove the helper-function completely. (Being used 2 times.)