Re: [llvm-commits] CommandLine.html patch

2008-01-09 Thread Chris Lattner
On Jan 9, 2008, at 9:54 AM, Sam Bishop wrote: > On Wed, January 9, 2008 10:34 am, Sam Bishop wrote: >> Also, I was confused by one of the examples regarding the handling of >> program-wide global options such as a debug flag >> ... >> I'm very new to LLVM, so I can only guess at how DOUT is relat

Re: [llvm-commits] CommandLine.html patch

2008-01-09 Thread Bill Wendling
On Jan 9, 2008 9:34 AM, Sam Bishop <[EMAIL PROTECTED]> wrote: > Also, I was confused by one of the examples regarding the handling of > program-wide global options such as a debug flag. "DebugFlag" is the global > variable set by the parser; the following is given as an example of how you > would

Re: [llvm-commits] CommandLine.html patch

2008-01-09 Thread Sam Bishop
On Wed, January 9, 2008 10:34 am, Sam Bishop wrote: > Also, I was confused by one of the examples regarding the handling of > program-wide global options such as a debug flag > ... > I'm very new to LLVM, so I can only guess at how DOUT is related to DEBUG(). > Is there another example that would b

[llvm-commits] CommandLine.html patch

2008-01-09 Thread Sam Bishop
I've attached a patch which fixes a few punctuation errors and typos in the CommandLine class documentation. (Thanks for the documentation, by the way!) Also, I was confused by one of the examples regarding the handling of program-wide global options such as a debug flag. "DebugFlag" is the glob