hanchenye-llvm-project/llvm/lib/Support
Chris Lattner f0f9105d4f * Implement support for folding multiple single letter arguments together like
with ls: ls -la  === ls -l -a
* Implement support for trimming arguments that start with a single letter
  argument so that -lfoo is recognized as -l foo for the linker

llvm-svn: 1378
2001-11-26 18:58:34 +00:00
..
Annotation.cpp Clean up Type class by removing mutable ConstRules member and use annotations insead 2001-09-09 21:02:38 +00:00
CommandLine.cpp * Implement support for folding multiple single letter arguments together like 2001-11-26 18:58:34 +00:00
Makefile Large scale changes to implement new command line argument facility 2001-07-23 02:35:57 +00:00