Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ADT] Add a 'find_as' operation to DenseSet. | Lang Hames | 2014-10-19 | 1 | -0/+38 |
| | | | | | | | | | | This operation is analogous to its counterpart in DenseMap: It allows lookup via cheap-to-construct keys (provided that getHashValue and isEqual are implemented for the cheap key-type in the DenseMapInfo specialization). Thanks to Chandler for the review. llvm-svn: 220168 | ||||
* | Fix some -Wsign-compare fallout from changing container count member ↵ | David Blaikie | 2014-06-20 | 1 | -1/+1 |
| | | | | | | functions to return unsigned instead of bool. llvm-svn: 211393 | ||||
* | Fix includes of llvm files that used angle brackets. | Craig Topper | 2012-09-15 | 1 | -1/+1 |
| | | | | llvm-svn: 163979 | ||||
* | Prevent looping when DenseSet is abused. | Stuart Hastings | 2009-05-01 | 1 | -0/+30 |
llvm-svn: 70572 |