I did not put lang opt check in AvoidSpinlockCheck since OSSpinLock is not objc specific. We won't want to skip it when analyzing some C++ target used by other ObjC sources.
Details
Details
- Reviewers
 hokein benhamilton - Commits
 - rGc7faee73ccf5: do not register matcher for objc-only checks when analyzing non-objc sources to…
rCTE326928: do not register matcher for objc-only checks when analyzing non-objc sources to…
rL326928: do not register matcher for objc-only checks when analyzing non-objc sources to… 
Diff Detail
Diff Detail
- Repository
 - rL LLVM