Skip to content
  1. Oct 06, 2016
  2. Oct 05, 2016
  3. Oct 04, 2016
  4. Oct 03, 2016
  5. Oct 01, 2016
  6. Sep 30, 2016
  7. Sep 29, 2016
    • 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
    • Rui Ueyama's avatar
      Rename warning -> warn. · d31e13f2
      Rui Ueyama authored
      It's better because it's a verb.
      
      llvm-svn: 282763
      d31e13f2
Loading