Historial de Commits

Autor SHA1 Mensaje Fecha
  Nico Weber 24da186483 Option spell checking: Penalize delimiter flags if input has no argument hace 6 años
  Nico Weber 28a57e37b2 Fix OptTable::findNearest() adding delimiter for free hace 6 años
  Nico Weber ed4e4a5f8d Re-reland "[Option] Fix PR37006 prefix choice in findNearest" hace 6 años
  Chandler Carruth 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo hace 6 años
  Fangrui Song 42f63b6f96 [opt] Change the parameter of OptTable::PrintHelp from Name to Usage and don't append "[options] <inputs>" hace 6 años
  Brian Gesiak 2ea86665a1 Revert r341329 due to MSAN error hace 7 años
  Brian Gesiak 9b1f6880c1 Re-push "[Option] Fix PR37006 prefix choice in findNearest" hace 7 años
  Brian Gesiak 0fbb8daf57 Re-revert "[Option] Fix PR37006 prefix choice in findNearest" hace 7 años
  Brian Gesiak 07541493d5 Un-revert "[Option] Fix PR37006 prefix choice in findNearest" hace 7 años
  Brian Gesiak 67ebb421ce Revert "[Option] Fix PR37006 prefix choice in findNearest" hace 7 años
  Brian Gesiak 8fa6fcaf5a [Option] Fix PR37006 prefix choice in findNearest hace 7 años
  Brian Gesiak 2fd0a70e2d [Option] For typo '-foo', suggest '--foo' hace 7 años
  Brian Gesiak 1fed623ad6 [Option] Add 'findNearest' method to catch typos hace 7 años
  Yuka Takahashi bc5df29fed [GSoC] Flag value completion for clang hace 8 años
  Richard Smith e22326d7b4 Fix some ArgList uses after API change in r300135. hace 8 años
  Hans Wennborg 9f34fd51ea Option parser: class for consuming a joined arg in addition to all remaining args hace 9 años
  Hans Wennborg 486e8bb53d OptionParsingTest.cpp: reorder EXPECT_EQs to put expectation on the left. NFC. hace 9 años
  Craig Topper 94f8b07c97 [Option] Use an ArrayRef to store the Option Infos in OptTable. NFC hace 9 años
  David Blaikie 0c17f95006 Modify ParseArgs to return the InputArgList by value - there's no need for dynamic allocation/ownership here hace 10 años
  David Blaikie 006bce7764 ArrayRef-ify ParseArgs hace 10 años
  Hans Wennborg 375079a549 Option parsing: properly handle flag aliases for joined options (PR23394) hace 10 años
  Benjamin Kramer 15c435a367 Retire llvm::array_endof in favor of non-member std::end. hace 11 años
  Ahmed Charles f4ccd11075 Replace OwningPtr<T> with std::unique_ptr<T>. hace 11 años
  Rui Ueyama 2957273b88 Option parsing: support case-insensitive option matching. hace 12 años
  Rui Ueyama 1997734e37 Revert "Option parsing: support case-insensitive option matching." as it broke Windows buildbot. hace 12 años
  Rui Ueyama 055f4e99ff Option parsing: support case-insensitive option matching. hace 12 años
  Hans Wennborg b06ccefc91 Options: explicit handling of -- hace 12 años
  Hans Wennborg af9e355755 Options: Add new option kind that consumes remaining arguments hace 12 años
  Hans Wennborg 6bf104b165 Option parsing: recognize the special -- token hace 12 años
  Hans Wennborg a15d5db7f2 Option parsing: remove non-SUPPORT_ALIASARGS fall-back hace 12 años