Histórico de Commits

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