| | | | --- | --- | | Bugzilla Link | [10271](https://llvm.org/bz10271) | | Resolution | FIXED | | Resolved on | Jul 06, 2011 19:43 | | Version | trunk | | OS | All | | Attachments | [patch (v2)](https://user-images.githubusercontent.com/60944935/143743416-227d5db1-b153-4737-9032-afaf0a8cf2ab.gz) | | Reporter | LLVM Bugzilla Contributor | ## Extended Description I would like to have a contains() method in ImmutableList so I can use it in clang: GRStateTrail / PthreadLockChecker. Attached is a patch.