Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a69bbe02a2352271e8b14542073f177e24c499c1
/
llvm
/
unittests
/
Option
/
OptionParsingTest.cpp
c991daa
Option spell checking: Penalize delimiter flags if input has no argument
by Nico Weber
· 6 years ago
f68e0f7
Fix OptTable::findNearest() adding delimiter for free
by Nico Weber
· 6 years ago
98ca8da
Re-reland "[Option] Fix PR37006 prefix choice in findNearest"
by Nico Weber
· 6 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
88478bb
[opt] Change the parameter of OptTable::PrintHelp from Name to Usage and don't append "[options] <inputs>"
by Fangrui Song
· 7 years ago
dfe9957
Revert r341329 due to MSAN error
by Brian Gesiak
· 7 years ago
f534485
Re-push "[Option] Fix PR37006 prefix choice in findNearest"
by Brian Gesiak
· 7 years ago
9968e0d
Re-revert "[Option] Fix PR37006 prefix choice in findNearest"
by Brian Gesiak
· 7 years ago
8cfb4b6
Un-revert "[Option] Fix PR37006 prefix choice in findNearest"
by Brian Gesiak
· 7 years ago
ed5b325
Revert "[Option] Fix PR37006 prefix choice in findNearest"
by Brian Gesiak
· 7 years ago
eda977f
[Option] Fix PR37006 prefix choice in findNearest
by Brian Gesiak
· 7 years ago
d481df5
[Option] For typo '-foo', suggest '--foo'
by Brian Gesiak
· 8 years ago
7b84de7
[Option] Add 'findNearest' method to catch typos
by Brian Gesiak
· 8 years ago
ba5d4af
[GSoC] Flag value completion for clang
by Yuka Takahashi
· 8 years ago
6fd4bc6
Fix some ArgList uses after API change in r300135.
by Richard Smith
· 8 years ago
40cfde3
Option parser: class for consuming a joined arg in addition to all remaining args
by Hans Wennborg
· 9 years ago
c940f09
OptionParsingTest.cpp: reorder EXPECT_EQs to put expectation on the left. NFC.
by Hans Wennborg
· 9 years ago
8ea2390
[Option] Use an ArrayRef to store the Option Infos in OptTable. NFC
by Craig Topper
· 10 years ago
db3d31d
Modify ParseArgs to return the InputArgList by value - there's no need for dynamic allocation/ownership here
by David Blaikie
· 10 years ago
259f61d
ArrayRef-ify ParseArgs
by David Blaikie
· 10 years ago
8d8146f
Option parsing: properly handle flag aliases for joined options (PR23394)
by Hans Wennborg
· 10 years ago
502b9e1
Retire llvm::array_endof in favor of non-member std::end.
by Benjamin Kramer
· 11 years ago
56440fd
Replace OwningPtr<T> with std::unique_ptr<T>.
by Ahmed Charles
· 12 years ago
8fb5a91
Option parsing: support case-insensitive option matching.
by Rui Ueyama
· 12 years ago
c3779ff
Revert "Option parsing: support case-insensitive option matching." as it broke Windows buildbot.
by Rui Ueyama
· 12 years ago
7159bd9
Option parsing: support case-insensitive option matching.
by Rui Ueyama
· 12 years ago
76ff1d9
Options: explicit handling of --
by Hans Wennborg
· 12 years ago
d505fbf
Options: Add new option kind that consumes remaining arguments
by Hans Wennborg
· 12 years ago
b8f3420
Option parsing: recognize the special -- token
by Hans Wennborg
· 12 years ago
8669b97
Option parsing: remove non-SUPPORT_ALIASARGS fall-back
by Hans Wennborg
· 12 years ago
5fdcf86
Option parsing: add support for alias arguments.
by Hans Wennborg
· 12 years ago
31d6fd8
Option parsing: allow aliases in groups
by Hans Wennborg
· 12 years ago
dd44a36
Add some flag exclusion tests.
by Reid Kleckner
· 12 years ago
508baf7
llvm/unittests: Use OwningPtr to fix --vg-leak.
by NAKAMURA Takumi
· 13 years ago
07d2f3f
Whitespace.
by NAKAMURA Takumi
· 13 years ago
b034cb7
Sort a few more #include lines in tools/... unittests/... and utils/...
by Chandler Carruth
· 13 years ago
41ee041
Copy clang/Driver/<Option parsing stuff> to llvm.
by Michael J. Spencer
· 13 years ago