Displaying 1 result from an estimated 1 matches for "objc_direct".
2020 Oct 12
2
[RFC] Analysis and runtime check of objc_direct/objc_non_runtime_protocol
Currently diagnostics related to objc_direct/objc_non_runtime_protocol are
done at each compilation unit. Even with these diagnostics, we will see
issues at runtime
- Due to lack of global scope for our diagnostics. We can catch these
issues with a global analysis.
- Due to usages of dynamic APIs that require the metadata. We can ca...