Skip to content
  1. Nov 14, 2004
  2. Nov 07, 2004
  3. Sep 02, 2004
    • Reid Spencer's avatar
      Changes For Bug 352 · 7c16caa3
      Reid Spencer authored
      Move include/Config and include/Support into include/llvm/Config,
      include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
      public header files must be under include/llvm/.
      
      llvm-svn: 16137
      7c16caa3
  4. Sep 01, 2004
  5. Aug 13, 2004
    • Reid Spencer's avatar
      Allow any cl::opt to use the method getPosition() to retrieve the option's · 2027a6ff
      Reid Spencer authored
      absolute position on the command line. Similarly allow any cl::list to
      use the method getPosition(n) to retrieve the absolute position of the nth
      option in the list. This provides support for two things: (a) options like
      -l that are actually positional and their order of occurrence matters when
      they are intermixed with positional arguments like "a.o"; and (b) options
      like -x LANG which affect only the positional arguments that come after
      the option. In both cases, knowing the absolute position of a given option
      helps.
      
      llvm-svn: 15725
      2027a6ff
  6. Aug 04, 2004
  7. Jul 18, 2004
  8. Jul 03, 2004
  9. May 07, 2004
  10. Mar 04, 2004
  11. Dec 14, 2003
  12. Nov 11, 2003
  13. Oct 20, 2003
  14. Oct 10, 2003
  15. Sep 16, 2003
  16. Aug 15, 2003
    • Brian Gaeke's avatar
      lib/Support/CommandLine.cpp: · 497216dc
      Brian Gaeke authored
      Many changes suggested by Chris. It's okay, I'll recover from the emotional
      damage...maybe someday. :-)
      
      Collapse ParseCStringVector into ParseStringVector.  Comment it.
      Make it take a const input.
      Use std::string::npos instead of -1 (what a mouthful!)
      Make ParseEnvironmentOptions take const inputs.
      Check its args at the very beginning.
      Strdup all the contents of newArgv and free them all at the end.
      
      include/Support/CommandLine.h:
      Constify progName and envVar arguments to ParseEnvironmentOptions().
      
      llvm-svn: 7905
      497216dc
    • Brian Gaeke's avatar
      ca782d9f
  17. Jul 30, 2003
  18. Jul 10, 2003
  19. Jun 28, 2003
  20. May 22, 2003
  21. Aug 07, 2002
  22. Aug 02, 2002
  23. Jul 31, 2002
  24. Jul 29, 2002
  25. Jul 27, 2002
  26. Jul 25, 2002
  27. Jul 24, 2002
  28. Jul 23, 2002
  29. Jul 22, 2002
  30. May 22, 2002
  31. Apr 29, 2002
  32. Feb 25, 2002
  33. Jan 31, 2002
  34. Jan 20, 2002
Loading