From fb5ba86d315d043f25e45dc5c8090b14644a1254 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 8 Jan 2006 22:41:22 +0000 Subject: [PATCH] Add some documentation. llvm-svn: 25150 --- include/llvm/System/Program.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/llvm/System/Program.h b/include/llvm/System/Program.h index 8ac421b2b85..fea94d36c35 100644 --- a/include/llvm/System/Program.h +++ b/include/llvm/System/Program.h @@ -50,6 +50,8 @@ namespace sys { /// 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