llvm-mirror/support/lib/Support
Chris Lattner 9158ea6980 * 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
NameMangling.cpp Initial checkin of name mangling code moved from linker 2001-10-28 23:44:03 +00:00
StringExtras.cpp Checkin of C string stuff. Fix several bugs, including most escape codes being 2001-10-29 13:28:00 +00:00