Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
c876e3d42be916a405fcbbc2fa75ecef9de95e11
/
llvm
/
lib
/
Option
/
ArgList.cpp
432a388
IWYU for llvm-config.h in llvm, additions.
by Nico Weber
· 8 years ago
615eb47
Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people.
by Aaron Ballman
· 8 years ago
3e0199f
[dump] Remove NDEBUG from test to enable dump methods [NFC]
by Don Hinton
· 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
4e1ec63
ArgList: cache index ranges containing arguments with each ID
by Richard Smith
· 9 years ago
8c209aa
Cleanup dump() functions.
by Matthias Braun
· 9 years ago
93a9a83
Generalize ArgList::AddAllArgs more
by Douglas Katzman
· 9 years ago
c700490
Use the range variant of remove_if instead of unpacking begin/end
by David Majnemer
· 9 years ago
9a8b5e7
Convert Arg, ArgList, and Option to dump() to dbgs() rather than errs().
by Eric Christopher
· 10 years ago
42b56ee
Add a dump method for ArgList.
by Eric Christopher
· 10 years ago
f2b9608
Add an ArgList::AddAllArgs that accepts a vector of OptSpecifier.
by Douglas Katzman
· 10 years ago
49381be
[Option] Plug a leak when move-assigning an InputArgList.
by Benjamin Kramer
· 10 years ago
1f58493
Devirtualize ArgList's dtor now that -Wvirtual-dtor and C++11 allow a better way to describe this situation
by David Blaikie
· 10 years ago
075759a
Remove more superfluous .str() and replace std::string concatenation with Twine.
by Yaron Keren
· 11 years ago
008067a
Make getLastArgNoClaim work for up to 4 arguments.
by Filipe Cabecinhas
· 11 years ago
1ee89fc
Teach Twine to support SmallString.
by Yaron Keren
· 11 years ago
9f380a3
Fix uses of reserved identifiers starting with an underscore followed by an uppercase letter
by David Blaikie
· 11 years ago
6cd780f
Prefer SmallVector::append/insert over push_back loops.
by Benjamin Kramer
· 11 years ago
d990388
[cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py.
by Chandler Carruth
· 11 years ago
63e3a29
Add an overload of getLastArgNoClaim taking two OptSpecifiers.
by Ehsan Akhgari
· 11 years ago
ac002d3
Generic: add range-adapter for option parsing.
by Tim Northover
· 11 years ago
6f07046
ArgList: use MakeArgList overloads in subclasses and clean up some calls.
by Justin Bogner
· 11 years ago
f9d2d51
Options: Use erase_if to remove Args from the list.
by Benjamin Kramer
· 11 years ago
e9907ba
Protect the ArgList dtor
by David Blaikie
· 12 years ago
f70b21a
Use unique_ptr to handle ownership of synthesized args in DerivedArgList
by David Blaikie
· 12 years ago
2617dcc
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
by Craig Topper
· 12 years ago
8e5283a
Avoid buffer copies when a Twine already is a StringRef.
by David Blaikie
· 12 years ago
a75eba9
Revert "[Option] Store arg strings in a set backed by a BumpPtrAllocator"
by Reid Kleckner
· 12 years ago
cacb40c
[Option] Store arg strings in a set backed by a BumpPtrAllocator
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