Changes in directory llvm/include/llvm/System:
Program.h updated: 1.7 -> 1.8 --- Log message: Add some documentation. --- Diffs of the changes: (+2 -0) Program.h | 2 ++ 1 files changed, 2 insertions(+) Index: llvm/include/llvm/System/Program.h diff -u llvm/include/llvm/System/Program.h:1.7 llvm/include/llvm/System/Program.h:1.8 --- llvm/include/llvm/System/Program.h:1.7 Thu May 5 17:31:47 2005 +++ llvm/include/llvm/System/Program.h Sun Jan 8 16:41:22 2006 @@ -50,6 +50,8 @@ /// executed. It is presumed this is the result of the FindProgramByName /// method. /// @returns an integer result code indicating the status of the program. + /// A zero or positive value indicates the result code of the program. A + /// negative value is the signal number on which it terminated. /// @throws std::string on a variety of error conditions or if the invoked /// program aborted abnormally. /// @see FindProgrambyName _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits