Use std::is_sorted and std::none_of instead of manual loops. NFC
[oota-llvm.git] / lib / Analysis / ObjCARCInstKind.cpp
2015-10-10 Duncan P. N. Exon... Analysis: Remove implicit ilist iterator conversions
2015-08-20 Chandler Carruth[ARC] Pull the ObjC ARC components that really serve...