Make ToolExecutionError inherit std::exception and implement its
authorAlkis Evlogimenos <alkis@evlogimenos.com>
Thu, 19 Feb 2004 07:39:26 +0000 (07:39 +0000)
committerAlkis Evlogimenos <alkis@evlogimenos.com>
Thu, 19 Feb 2004 07:39:26 +0000 (07:39 +0000)
commit1d29a6d6c7a7f6203065c003d3d2d002870e38a1
treee4829dcf6f561e06c0a4054e91169c5581f92f3d
parent280f9c939df526cca97b025bca405fb495db474d
Make ToolExecutionError inherit std::exception and implement its
interface: getMessage() is gone, use what() instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11621 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/ToolRunner.h
lib/Support/ToolRunner.cpp
tools/bugpoint/BugDriver.cpp
tools/bugpoint/ToolRunner.cpp
tools/bugpoint/ToolRunner.h
tools/bugpoint/bugpoint.cpp