Add a comment.
authorMikhail Glushenkov <foldr@codedgers.com>
Mon, 2 Mar 2009 09:01:39 +0000 (09:01 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Mon, 2 Mar 2009 09:01:39 +0000 (09:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65822 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CompilerDriver/Error.h

index c0aaff1a7245823ca1b6309d1cd6d2fb84e7f69b..29c4add29d7018f0c5e2069b2156a833818f3e6f 100644 (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: