Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
5ff020a6b60454c67142a24727f18a5cb1521f66
/
llvm
/
unittests
/
Option
/
OptionParsingTest.cpp
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
· 12 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