Skip to content
  • Rui Ueyama's avatar
    395859bd
    Fix undefined behavior. · 395859bd
    Rui Ueyama authored
    New items can be added to Ranges here, and that invalidates
    an iterater that previously pointed the end of the vector.
    
    llvm-svn: 288443
    395859bd
    Fix undefined behavior.
    Rui Ueyama authored
    New items can be added to Ranges here, and that invalidates
    an iterater that previously pointed the end of the vector.
    
    llvm-svn: 288443
Loading