Skip to content
  • 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
Loading