Skip to content
  1. Apr 30, 2012
    • David Blaikie's avatar
      Remove the ref/value inconsistency in filter_decl_iterator. · 2d7c57ec
      David Blaikie authored
      filter_decl_iterator had a weird mismatch where both op* and op-> returned T*
      making it difficult to generalize this filtering behavior into a reusable
      library of any kind.
      
      This change errs on the side of value, making op-> return T* and op* return
      T&.
      
      (reviewed by Richard Smith)
      
      llvm-svn: 155808
      2d7c57ec
  2. Apr 27, 2012
  3. Apr 26, 2012
  4. Apr 24, 2012
  5. Apr 23, 2012
  6. Apr 22, 2012
  7. Apr 20, 2012
  8. Apr 19, 2012
  9. Apr 18, 2012
  10. Apr 17, 2012
  11. Apr 16, 2012
  12. Apr 15, 2012
  13. Apr 14, 2012
  14. Apr 13, 2012
  15. Apr 12, 2012
  16. Apr 11, 2012
Loading