Skip to content
  • Bob Wilson's avatar
    Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>" · bfb44ef9
    Bob Wilson authored
    This reverts r171041. This was a nice idea that didn't work out well.
    Clang warnings need to be associated with warning groups so that they can
    be selectively disabled, promoted to errors, etc. This simplistic patch didn't
    allow for that. Enhancing it to provide some way for the backend to specify
    a front-end warning type seems like overkill for the few uses of this, at
    least for now.
    
    llvm-svn: 174748
    bfb44ef9
Loading