llvm-project
7249692b
- [analyzer] Detect a return value of Ref<T> & RefPtr<T> (#81580)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[analyzer] Detect a return value of Ref<T> & RefPtr<T> (#81580) This PR makes the checker not emit warning when a function is called with a return value of another function when the return value is of type Ref<T> or RefPtr<T>.
References
#81580 - Detect a return value of Ref<T> & RefPtr<T>
Author
rniwa
Parents
cbdc7605
Loading