aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/CommandLine.cpp
AgeCommit message (Expand)Author
2001-07-25Fixed a bug exposed when doing something like this: <program> -notanoption ...Chris Lattner
2001-07-23Doh! Wrong Optional flag. :(Chris Lattner
2001-07-23Add a comment indicating that there is documentation of the libraryChris Lattner
2001-07-23Minor changes to implementation of CommandLine library to let users overrideChris Lattner
2001-07-23CommandLine library cleanup. No longer use getValue/setValue, instead, just ...Chris Lattner
2001-07-23Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner
2001-07-23Initial checkinChris Lattner