diff options
| author | Yan Zhang <ynzhang@google.com> | 2017-11-27 21:30:10 +0000 | 
|---|---|---|
| committer | Yan Zhang <ynzhang@google.com> | 2017-11-27 21:30:10 +0000 | 
| commit | 2f20b36cc3dc5ef5709b09d22f6bbbcbe55456ae (patch) | |
| tree | 25bc7496eab9f3f0bc8d23ca483e55fcc0f22667 /llvm/examples/ModuleMaker | |
| parent | 824d71a9c5f260719691acaeb9773af7c33fd2bf (diff) | |
| download | bcm5719-llvm-2f20b36cc3dc5ef5709b09d22f6bbbcbe55456ae.tar.gz bcm5719-llvm-2f20b36cc3dc5ef5709b09d22f6bbbcbe55456ae.zip | |
add new check to find OSSpinlock usage
Summary:
This check finds the use of methods related to OSSpinlock in Objective-C code, which should be deprecated due to livelock issues.
The following method call will be detected:
- OSSpinlockLock()
- OSSpinlockTry()
- OSSpinlockUnlcok()
Reviewers: hokein, benhamilton
Reviewed By: benhamilton
Subscribers: klimek, cfe-commits, mgorny
Differential Revision: https://reviews.llvm.org/D40325
llvm-svn: 319098
Diffstat (limited to 'llvm/examples/ModuleMaker')
0 files changed, 0 insertions, 0 deletions

