Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
Option
/
OptTable.cpp
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
8d315b8
[NFC] Replace iterators in PrintHelp with range-based for
by Jan Korous
· 8 years ago
41e9a15
[NFC] PrintHelp cleanup
by Jan Korous
· 8 years ago
41789e4
[Bash-autocompletion] Pass all flags in shell command-line to Clang
by Yuka Takahashi
· 8 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
24bc6a4
Revert "Revert r311552: [Bash-autocompletion] Add support for static analyzer flags"
by Yuka Takahashi
· 8 years ago
9b656ff
test commit: fix typo in comment
by Nathan Hawes
· 8 years ago
a93f087
Revert r311552: [Bash-autocompletion] Add support for static analyzer flags
by Rui Ueyama
· 8 years ago
5e7071f
[Bash-autocompletion] Add support for static analyzer flags
by Yuka Takahashi
· 8 years ago
6625690
[Bash-autocompletion] Show HelpText with possible flags
by Yuka Takahashi
· 8 years ago
4530dff
[libOption] - Add flag allowing to print options aliases in help text.
by George Rimar
· 8 years ago
b4e76f6
[libOption] - Replace std::pair with helper struct. NFC.
by George Rimar
· 8 years ago
33cf63b
[Bash-autocompletion] Auto complete cc1 options if -cc1 is specified
by Yuka Takahashi
· 8 years ago
34a7c3b
[Bash-autocompletion] Show flags which has HelpText or GroupID
by Yuka Takahashi
· 8 years ago
ba5d4af
[GSoC] Flag value completion for clang
by Yuka Takahashi
· 8 years ago
af61589
[BinaryFormat, Option, TableGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
c8068db
[GSoC] Shell autocompletion for clang
by Yuka Takahashi
· 8 years ago
b03fd12
Replace "fallthrough" comments with LLVM_FALLTHROUGH
by Justin Bogner
· 9 years ago
0d955d0
Use the range variant of find instead of unpacking begin/end
by David Majnemer
· 9 years ago
40cfde3
Option parser: class for consuming a joined arg in addition to all remaining args
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
f00654e
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
by Alexander Kornienko
· 10 years ago
9d5891f
Code cleanup: Remove std::move() around xvalue (NFC)
by Logan Chien
· 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
70bc5f1
Fixed/added namespace ending comments using clang-tidy. NFC
by Alexander Kornienko
· 10 years ago
9f380a3
Fix uses of reserved identifiers starting with an underscore followed by an uppercase letter
by David Blaikie
· 11 years ago
e3f146d
Fix PR17239 by changing the semantics of the RemainingArgsClass Option kind
by Reid Kleckner
· 11 years ago
bcd6e2a
[Option] Support MultiArg in --help
by Nick Kledzik
· 11 years ago
2617dcc
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
by Craig Topper
· 11 years ago
cfcfee0
Use startswith_lower() where possible.
by Jakub Staszak
· 12 years ago
3e7dca6
Fix another mistake in r190442.
by Eli Friedman
· 12 years ago
1891f69
Remove unused functions.
by Eli Friedman
· 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
eadb765
[Option] Add inclusion and exclusion flags to option parsing
by Reid Kleckner
· 12 years ago
12e0332
Merge changes to clang's Driver code into LLVM's Option library
by Reid Kleckner
· 12 years ago
be81023
Resort the #include lines in include/... and lib/... with the
by Chandler Carruth
· 13 years ago
41ee041
Copy clang/Driver/<Option parsing stuff> to llvm.
by Michael J. Spencer
· 13 years ago