index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
Support
/
CommandLine.h
Age
Commit message (
Expand
)
Author
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-13
Allow any cl::opt to use the method getPosition() to retrieve the option's
Reid Spencer
2004-07-16
Add a new macro to be used for the end of enum lists.
Chris Lattner
2004-07-11
Provide better support for pointer-valued command line arguments
Chris Lattner
2004-06-03
The prototype for ParseCommandLineOptions changed at some point, but this
Chris Lattner
2004-05-07
Add the enum corresponding to the source change I made earlier
Chris Lattner
2004-02-24
Use the new LLVM is_class template instead of the boost one, allowing us to
Chris Lattner
2003-11-16
Fixes for PR114: Thanks to Reid Spencer!
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM notice.
John Criswell
2003-09-30
Standardize header file comments
Chris Lattner
2003-08-22
Changes to work better with GCC3.4/LLVM G++
Chris Lattner
2003-08-19
Make assertion message more helpful in a case that might happen...
Chris Lattner
2003-08-15
lib/Support/CommandLine.cpp:
Brian Gaeke
2003-08-14
Remove extraneous cl:: namespace qualifiers
Chris Lattner
2003-08-14
Add support for reading command line arguments from an environment variable.
Brian Gaeke
2003-07-25
Add includes of assert
Chris Lattner
2003-07-14
The word `separate' only has one `e'.
Misha Brukman
2003-07-10
Lowercase versions of `occurrence' need to be spelled correctly, too.
Misha Brukman
2003-07-10
`Occurrence' has no `a' and the `r' is doubled.
Misha Brukman
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-28
Add support for 'unsigned' command line arguments
Chris Lattner
2003-06-22
Remove a ton of extraneous #includes
Chris Lattner
2003-06-17
Regularize the names of #include-guards.
Brian Gaeke
2003-06-11
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-06-03
Add doxygen comment for namespace
Chris Lattner
2003-05-22
Add support for a new "CommaSeparated" modifier
Chris Lattner
2002-09-13
Checkin patch written by Casey Carter, enabling support for the redhat GCC 2.96
Chris Lattner
2002-08-07
Simplify interface to parsers.
Chris Lattner
2002-07-24
Changes to build with GCC 3.1
Chris Lattner
2002-07-23
Add support for removing an option from a genericparser
Chris Lattner
2002-07-23
Change to avoid bug in GCC 3.0.4
Chris Lattner
2002-07-22
Checkin CommandLine 2.0
Chris Lattner
2002-05-22
Add ability to update existing variables with values read from the command line
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner