Skip to content
  • Rui Ueyama's avatar
    Rename "void check(Error)". · 6c5cbff9
    Rui Ueyama authored
    We have a few "check" functions in Error.h. All of them are to
    check for an error and strip an error object if there was no error,
    except "void check(Error E)", which doesn't return anything.
    This patch renames it and moves it to the .cpp file where it is used.
    
    llvm-svn: 282764
    6c5cbff9
Loading