Histórico de commits

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