Skip to content
  1. Jun 05, 2006
  2. Apr 28, 2006
  3. Jan 17, 2006
  4. Dec 26, 2005
  5. Nov 16, 2005
  6. Aug 08, 2005
  7. May 13, 2005
  8. May 11, 2005
  9. Apr 22, 2005
  10. Feb 14, 2005
  11. Nov 24, 2004
  12. Nov 21, 2004
  13. Nov 19, 2004
  14. Nov 16, 2004
  15. Nov 14, 2004
  16. Nov 07, 2004
  17. 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
  18. Sep 01, 2004
  19. 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
  20. Aug 04, 2004
  21. Jul 18, 2004
  22. Jul 03, 2004
  23. May 07, 2004
  24. Mar 04, 2004
  25. Dec 14, 2003
  26. Nov 11, 2003
  27. Oct 20, 2003
  28. Oct 10, 2003
  29. Sep 16, 2003
  30. 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
  31. Jul 30, 2003
  32. Jul 10, 2003
  33. Jun 28, 2003
  34. May 22, 2003
Loading