Skip to content
  1. Nov 11, 2009
  2. Nov 10, 2009
    • Jeffrey Yasskin's avatar
      Fix DenseMap iterator constness. · b40d3f76
      Jeffrey Yasskin authored
      This patch forbids implicit conversion of DenseMap::const_iterator to
      DenseMap::iterator which was possible because DenseMapIterator inherited
      (publicly) from DenseMapConstIterator. Conversion the other way around is now
      allowed as one may expect.
      
      The template DenseMapConstIterator is removed and the template parameter
      IsConst which specifies whether the iterator is constant is added to
      DenseMapIterator.
      
      Actually IsConst parameter is not necessary since the constness can be
      determined from KeyT but this is not relevant to the fix and can be addressed
      later.
      
      Patch by Victor Zverovich!
      
      llvm-svn: 86636
      b40d3f76
  3. Nov 06, 2009
  4. Nov 05, 2009
  5. Nov 04, 2009
  6. Nov 03, 2009
  7. Oct 31, 2009
  8. Oct 30, 2009
  9. Oct 27, 2009
  10. Oct 25, 2009
  11. Oct 22, 2009
  12. Oct 16, 2009
  13. Oct 14, 2009
  14. Oct 13, 2009
  15. Oct 10, 2009
  16. Oct 09, 2009
  17. Oct 08, 2009
  18. Oct 06, 2009
Loading