[PATCH] D28183: [SmallPtrSet] Introduce a find primitive and rewrite count/erase in terms of it

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 30 17:07:11 PST 2016


chandlerc accepted this revision.
chandlerc added a comment.
This revision is now accepted and ready to land.

LGTM, minor formatting tweaks.



================
Comment at: include/llvm/ADT/SmallPtrSet.h:197-198
 
+  
+  
 private:
----------------
extraneous blank lines?


https://reviews.llvm.org/D28183





More information about the llvm-commits mailing list