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
/
support
/
lib
/
Support
/
CommandLine.cpp
Age
Commit message (
Expand
)
Author
2002-05-22
Add ability to update existing variables with values read from the command line
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-02-24
64 bit clean now
Chris Lattner
2002-01-31
If an invalid alternative is listed for an argument, print the valid options
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
2001-11-26
* Implement support for folding multiple single letter arguments together like
Chris Lattner
2001-10-27
Provide option to enable eating of all arguments following a specific one
Chris Lattner
2001-10-24
Clean up error handling a bit. Add / as a seperator for command line argumen...
Chris Lattner
2001-10-13
Add StringList support
Chris Lattner
2001-07-25
Fixed a bug exposed when doing something like this: <program> -notanoption ...
Chris Lattner
2001-07-23
Doh! Wrong Optional flag. :(
Chris Lattner
2001-07-23
Add a comment indicating that there is documentation of the library
Chris Lattner
2001-07-23
Minor changes to implementation of CommandLine library to let users override
Chris Lattner
2001-07-23
CommandLine library cleanup. No longer use getValue/setValue, instead, just ...
Chris Lattner
2001-07-23
Moved inline/llvm/Tools/* to include/llvm/Support/*
Chris Lattner
2001-07-23
Initial checkin
Chris Lattner