Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
8249a8889dbe5ef41c3367cca2d1f541b9c47081
/
llvm
/
lib
/
Support
/
CommandLine.cpp
8249a88
[CommandLine] Don't allow duplicate categories.
by Don Hinton
· 6 years ago
0303e8a
[CommandLine] Add long option flag for cl::ParseCommandLineOptions . Part 5 of 5
by Don Hinton
· 6 years ago
102ec09
[CommandLine] Allow Options to specify multiple OptionCategory's.
by Don Hinton
· 6 years ago
f6eac2d
[CommandLine] Enable Grouping for short options by default. Part 4 of 5
by Don Hinton
· 6 years ago
c242be4
[CommandLine] Change help output to prefix long options with `--` instead of `-`. NFC . Part 3 of 5
by Don Hinton
· 6 years ago
89e583b
[CommandLine] Don't allow unlimitted dashes for options. Part 1 or 5
by Don Hinton
· 6 years ago
c06a470
Try once more to ensure constant initializaton of ManagedStatics
by Reid Kleckner
· 6 years ago
b5f3984
[CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<uint64_t> on LP64 platforms
by Fangrui Song
· 6 years ago
1826095
Reapply [Support] Fix recursive response file expansion guard
by Shoaib Meenai
· 6 years ago
d60ac11
Revert [Support] Fix recursive response file expansion guard
by Shoaib Meenai
· 6 years ago
c8df4fb
[Support] Fix recursive response file expansion guard
by Shoaib Meenai
· 6 years ago
b85f74a
[CommandLineParser] Add DefaultOption flag
by Don Hinton
· 6 years ago
70921d4
Revert r358337: "[CommandLineParser] Add DefaultOption flag"
by Ilya Biryukov
· 6 years ago
7d2021d
[CommandLineParser] Add DefaultOption flag
by Don Hinton
· 6 years ago
4312fee
Appease STLs where std::atomic<void*> lacks a constexpr default ctor
by Reid Kleckner
· 6 years ago
41fe3a5
Ensure that ManagedStatic is constant initialized in MSVC 2017 & 2019
by Reid Kleckner
· 6 years ago
6823c82
Handle consecutive-double-quotes in Windows argument parsing
by Sunil Srivastava
· 7 years ago
a38432c
[CommandLine] Allow grouping options which can have values.
by Igor Kudrin
· 7 years ago
875f058
[CommandLine] Do not crash if an option has both ValueRequired and Grouping.
by Igor Kudrin
· 7 years ago
f929a0f
Recommit: Add support for prefix-only CLI options
by Thomas Preud'homme
· 7 years ago
9652652
[CommandLine] Don't print empty sentinel values from EnumValN lists in help text
by James Henderson
· 7 years ago
c9e6861
Revert r353048.
by James Henderson
· 7 years ago
d90b5a2
[CommandLine] Don't print empty sentinel values from EnumValN lists in help text
by James Henderson
· 7 years ago
212833c
Revert r352750.
by James Henderson
· 7 years ago
140f75f
[CommandLine] Improve help text for cl::values style options
by James Henderson
· 7 years ago
5cb1193
Revert "Add support for prefix-only CLI options"
by Thomas Preud'homme
· 7 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
bc5e6ee
Add support for prefix-only CLI options
by Thomas Preud'homme
· 7 years ago
24994d7
[FileCheck] Parse command-line options from FILECHECK_OPTS
by Joel E. Denny
· 7 years ago
f08a9c7
[Support] Treat null bytes as separator in windows command line strings
by Martin Storsjo
· 7 years ago
8248d7c
[CommandLine] Error message for incorrect PositionalEatArgs usage
by Keno Fischer
· 7 years ago
d34e60c
Rename DEBUG macro to LLVM_DEBUG.
by Nicola Zaghen
· 7 years ago
5f8f34e4
Remove \brief commands from doxygen comments.
by Adrian Prantl
· 7 years ago
430c7ff
On Windows we need to be able to process response files with Windows-style
by Dmitry Mikulin
· 8 years ago
322fcfe
Revert r322595: Specify inline for isWhitespace in CommandLine.cpp
by Rui Ueyama
· 8 years ago
af4ddd5
Specify inline for isWhitespace in CommandLine.cpp
by Rui Ueyama
· 8 years ago
9f0ac82
Added support for reading configuration files
by Serge Pavlov
· 8 years ago
c15a438
Reverted 321580: Added support for reading configuration files
by Serge Pavlov
· 8 years ago
0c1981e
Added support for reading configuration files
by Serge Pavlov
· 8 years ago
6ec880d
Improve performance TokenizeWindowsCommandLine
by Rui Ueyama
· 8 years ago
da9f402
Remove redundant includes from lib/Support.
by Michael Zolotukhin
· 8 years ago
39c150e
Don't call exit from cl::PrintHelpMessage.
by Rafael Espindola
· 8 years ago
872f689
[ADT] Enable reverse iteration for DenseMap
by Mandeep Singh Grang
· 8 years ago
e15fa33
Fix minor typo introduced in r276404
by Don Hinton
· 8 years ago
ec000f4
[ADT] Add llvm::to_float
by Pavel Labath
· 8 years ago
bc3feaa
Allow VersionPrinter to print to arbitrary raw_ostreams
by Dimitry Andric
· 8 years ago
59cb778
Allow suppressing host and target info in VersionPrinter
by Xin Tong
· 8 years ago
513c3e4
Correct OptionCategoryCompare() in the command line library.
by Daniel Sanders
· 9 years ago
e51ee06
[Support][CommandLine] Make it possible to get error messages from ParseCommandLineOptions when ignoring errors.
by Eric Liu
· 9 years ago
25f1db1
Add initial support for debug counting
by Daniel Berlin
· 9 years ago
e4c7f12
CommandLine option: Relax the assertion introduced in r290467 to allows for empty string
by Mehdi Amini
· 9 years ago
4fe6a8c
Add an assertion for cl::opt names: they can't start with '-'
by Mehdi Amini
· 9 years ago
76a00b5
Don't double-initialize cl::opt for iterating in reverse order to uncover non-determinism in codegen by default
by Mehdi Amini
· 9 years ago
f6b069c
[llvm] Iterate SmallPtrSet in reverse order to uncover non-determinism in codegen
by Mandeep Singh Grang
· 9 years ago
f258ff1
Fix file name resolution in nested response files
by Serge Pavlov
· 9 years ago
6ac8e03
Allow resolving response file names relative to including file
by Serge Pavlov
· 9 years ago
d680287
[Support][CommandLine] Display subcommands in help when there are less than 3
by Alex Lorenz
· 9 years ago
79f3333
[cl] Don't print subcommand help when no subcommands present.
by Zachary Turner
· 9 years ago
27358cf
[Support][CommandLine] Add cl::getRegisteredSubcommands()
by Dean Michael Berris
· 9 years ago
ec4fb5b
Use StringRef in StringSaver API (NFC)
by Mehdi Amini
· 9 years ago
e11b745
Use StringRef in CommandLine Options handling (NFC)
by Mehdi Amini
· 9 years ago
d97d5a2
Revert "[Support][CommandLine] Add cl::getRegisteredSubcommands()"
by Zachary Turner
· 9 years ago
d9d290c
[Support][CommandLine] Add cl::getRegisteredSubcommands()
by Dean Michael Berris
· 9 years ago
cd1d5aa
Replace a few more "fall through" 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
afb38af
[CommandLine] Use Process::GetEnv instead of _wgetenv
by David Majnemer
· 9 years ago
60a3da3
[llvm-cov] - Improve llvm-cov error message
by Ying Yi
· 9 years ago
ea9598b
Get rid of call to StringRef::substr that's never used.
by Justin Lebar
· 9 years ago
07670b3
Resubmit "Update llvm command line parser to support subcommands."
by Zachary Turner
· 9 years ago
d16490d
Revert r274054 to try to appease the bot
by Manman Ren
· 9 years ago
2012d74
Update llvm command line parser to support subcommands.
by Zachary Turner
· 9 years ago
4dea8f5
Avoid duplicated map lookups. No functionality change intended.
by Benjamin Kramer
· 9 years ago
39c226f
[STLExtras] Introduce and use llvm::count_if; NFC
by Sanjoy Das
· 9 years ago
c321e53
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
by Benjamin Kramer
· 9 years ago
62de33c
Remove LLVM_ENABLE_TIMESTAMPS
by Chris Bieneman
· 9 years ago
fa7f489
Use gcc's rules for parsing gcc-style response files
by Nico Weber
· 9 years ago
ef43d44
[CMake] Add PACKAGE_VENDOR for customizing version output
by Chris Bieneman
· 10 years ago
7423f40
More UTF string conversion wrappers
by Marianne Mailhot-Sarrasin
· 10 years ago
b30f2f51
Avoid overly large SmallPtrSet/SmallSet
by Matthias Braun
· 10 years ago
66da20a
Refactor: Simplify boolean conditional return statements in llvm/lib/Support
by Alexander Kornienko
· 10 years ago
ff43d69
StringRef-ify some Option APIs
by David Blaikie
· 10 years ago
b82455d
There is only one saver of strings.
by Rafael Espindola
· 10 years ago
a667d1a
Remove macro guards for extern template instantiations.
by Benjamin Kramer
· 10 years ago
f00654e
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
by Alexander Kornienko
· 10 years ago
70bc5f1
Fixed/added namespace ending comments using clang-tidy. NFC
by Alexander Kornienko
· 10 years ago
454adf6
Bring in a BumpPtrStringSaver from lld and simplify the interface.
by Rafael Espindola
· 10 years ago
f817c1c
Use 'override/final' instead of 'virtual' for overridden methods
by Alexander Kornienko
· 10 years ago
075759a
Remove more superfluous .str() and replace std::string concatenation with Twine.
by Yaron Keren
· 10 years ago
16132e6
Purge unused includes throughout libSupport.
by Benjamin Kramer
· 11 years ago
bd5ee50
CommandLine: Replace cold std::sort with array_pod_sort.
by Benjamin Kramer
· 11 years ago
dc3f01e
Simplify expressions involving boolean constants with clang-tidy
by David Blaikie
· 11 years ago
6cd780f
Prefer SmallVector::append/insert over push_back loops.
by Benjamin Kramer
· 11 years ago
f942c0c
Fixing broken bots.
by Chris Bieneman
· 11 years ago
67e426a
NFC. Moving the RegisteredOptionCategories global into the CommandLineParser class.
by Chris Bieneman
· 11 years ago
ceaf5f6
NFC. clang-format wants to change this from two lines to one.
by Chris Bieneman
· 11 years ago
542f56a
NFC. More code cleanup making LookupOption a member of the CommandLineParser.
by Chris Bieneman
· 11 years ago
970eac4
Make helper functions/classes/globals static. NFC.
by Benjamin Kramer
· 11 years ago
d77bbab
NFC. Making printOptionValues an API on the parser class.
by Chris Bieneman
· 11 years ago
8182818
CommandLineParser: Avoid non-static member nitializer(s).
by NAKAMURA Takumi
· 11 years ago
b686642
Build fix for Visual Studio. NFC.
by Chris Bieneman
· 11 years ago
Next »