aboutsummaryrefslogtreecommitdiff
path: root/docs/CommandLine.html
AgeCommit message (Expand)Author
2011-04-23docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi
2011-04-18docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi
2011-04-11docs/CommandLine.html: &quot;ize.NAKAMURA Takumi
2011-04-09docs: Canonicalize URLs.NAKAMURA Takumi
2010-05-07Revert r103213. It broke several sections of live website.mike-m
2010-05-06Overhauled llvm/clang docs builds. Closes PR6613.mike-m
2010-02-26Fix typos in comments.Dan Gohman
2010-02-18Refer to -help instead of --help since this is what tools themselves say.Duncan Sands
2009-10-12Documentation: Perform automated correction of common typos.Benjamin Kramer
2009-08-25Update documentation for the -f change.Dan Gohman
2009-08-05Documentation: fix HTML validation errors.Benjamin Kramer
2009-08-02Remove duplicated colons and spaces.Benjamin Kramer
2009-06-17Formatting fix.Mikhail Glushenkov
2009-04-08Remove AllowInverse: it leaks memory and is not the rightChris Lattner
2009-02-02Improve -fno-opt style option processing to not require an extraMike Stump
2009-01-16Support for multi-valued options in CommandLineMikhail Glushenkov
2008-12-11Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman
2008-04-28Add support for response files to the CommandLine library.Mikhail Glushenkov
2008-04-01minor typoChris Lattner
2008-03-30fix typo, PR2181Chris Lattner
2008-02-20Add documentation for cl::sink stuffAnton Korobeynikov
2008-01-09many cleanups and fixed, contributed by Sam BishopChris Lattner
2007-12-19fix formattingChris Lattner
2007-05-22Document boolOrDefault and its parser.Dale Johannesen
2006-12-07Removing even more <iostream> includes.Bill Wendling
2006-07-31Fix a couple typos.Jim Laskey
2006-06-05Document the cl::SetVersionPrinter function.Reid Spencer
2006-03-14Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer
2005-11-14this file movedAndrew Lenharth
2005-08-26Changed unsigned long to unsigned.Jim Laskey
2005-08-25Tweak of multiple occurance paragraph.Jim Laskey
2005-08-25Documentation updated to include upcoming support for bit vector supportJim Laskey
2005-08-22Revert my patch which changed the code to not work.Chris Lattner
2005-08-22Make the example a bit easier to understand, suggested by Jim.Chris Lattner
2005-05-10Consistently surround `cl::' code structures with <b> and <tt> to make themMisha Brukman
2005-03-11Sprinkle code examples and command-line interaction examples with some styleMisha Brukman
2005-02-09* Use doc_code style for blocks of codeMisha Brukman
2004-11-24Implement and document prefix options with arbitrary values including anReid Spencer
2004-11-21It looks like I'm fixing a spelling mistake, but I'm really trying toJohn Criswell
2004-11-16Per code review:Reid Spencer
2004-11-01Attempt HTML 4.01 Strict compliance.Reid Spencer
2004-08-30Add a blurb about exploiting the use of external storage.Reid Spencer
2004-08-13Added description of usage of the getPosition() option on cl::opt andReid Spencer
2004-08-10Fixed some spellos and grammaros.Reid Spencer
2004-07-16For 64-bit platform support, we now use the clEnumValEnd macro to terminateChris Lattner
2004-05-23Make use of the new doc_author class. "Seperate content from presentation" t...Chris Lattner
2004-05-12Made to be HTML-4.01 (Strict) -compliant.Misha Brukman
2004-05-06Add a new cl::PositionalEatsArgs flagChris Lattner
2003-11-07Actually have a target "#introduction" if we're making a link to it.Misha Brukman
2003-11-07Make the page footer consistent with the rest of the site.Misha Brukman