1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Add a comment.

llvm-svn: 65822
This commit is contained in:
Mikhail Glushenkov 2009-03-02 09:01:39 +00:00
parent 3cde18e191
commit 1a0ddf169b

View File

@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
// Exception classes for LLVMC.
// Exception classes for llvmc.
//
//===----------------------------------------------------------------------===//
@ -18,6 +18,8 @@
namespace llvmc {
/// error_code - This gets thrown during the compilation process if a tool
/// invocation returns a non-zero exit code.
class error_code: public std::runtime_error {
int Code_;
public: