Skip to content
  1. Aug 29, 2004
  2. Aug 16, 2004
  3. 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
  4. Aug 04, 2004
  5. Jul 25, 2004
  6. Jul 24, 2004
  7. Jul 21, 2004
  8. Jul 19, 2004
  9. Jul 18, 2004
  10. Jul 16, 2004
  11. Jul 15, 2004
  12. Jul 11, 2004
  13. Jul 09, 2004
  14. Jul 06, 2004
  15. Jul 04, 2004
  16. Jul 03, 2004
  17. Jun 23, 2004
  18. Jun 18, 2004
  19. Jun 07, 2004
  20. Jun 05, 2004
  21. Jun 02, 2004
  22. May 30, 2004
  23. May 29, 2004
  24. May 28, 2004
  25. May 27, 2004
Loading