Add MapVector::rbegin(), MapVector::rend() to completment MapVector::begin(), MapVector::end().
These just delegate to the underlying vector type in the MapVector. Also just add in some sanity unittests. llvm-svn: 220687
Loading
Please sign in to comment