index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
unittests
/
Support
/
CommandLineTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Re-sort #include lines for unittests. This uses a slightly modified
Chandler Carruth
2017-06-06
1
-2
/
+2
*
Reverted r304083 as it seems there is a desire to address this in the googlet...
Galina Kistanova
2017-05-28
1
-6
/
+3
*
Added braces to address gcc warning: suggest explicit braces to avoid ambiguo...
Galina Kistanova
2017-05-28
1
-3
/
+6
*
[Support][CommandLine] Make it possible to get error messages from ParseComma...
Eric Liu
2017-03-15
1
-21
/
+55
*
Attempt to pacify buildbot
Serge Pavlov
2016-11-01
1
-1
/
+1
*
Allow resolving response file names relative to including file
Serge Pavlov
2016-11-01
1
-0
/
+65
*
[Support][CommandLine] Add cl::getRegisteredSubcommands()
Dean Michael Berris
2016-10-05
1
-0
/
+29
*
Use StringRef in CommandLine Options handling (NFC)
Mehdi Amini
2016-10-01
1
-24
/
+24
*
Revert "[Support][CommandLine] Add cl::getRegisteredSubcommands()"
Zachary Turner
2016-09-13
1
-23
/
+0
*
[Support][CommandLine] Add cl::getRegisteredSubcommands()
Dean Michael Berris
2016-09-13
1
-0
/
+23
*
Resubmit "Update llvm command line parser to support subcommands."
Zachary Turner
2016-06-29
1
-3
/
+213
*
Revert r274054 to try to appease the bot
Manman Ren
2016-06-28
1
-201
/
+3
*
Update llvm command line parser to support subcommands.
Zachary Turner
2016-06-28
1
-3
/
+201
*
Use gcc's rules for parsing gcc-style response files
Nico Weber
2016-04-26
1
-5
/
+6
*
Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...
Duncan P. N. Exon Smith
2016-04-05
1
-10
/
+5
*
Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...
Eugene Zelenko
2016-04-05
1
-5
/
+10
*
StringRef-ify some Option APIs
David Blaikie
2015-11-17
1
-6
/
+6
*
There is only one saver of strings.
Rafael Espindola
2015-08-13
1
-1
/
+1
*
Bring in a BumpPtrStringSaver from lld and simplify the interface.
Rafael Espindola
2015-06-13
1
-9
/
+4
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-3
/
+1
*
Silence some Win64 clang-cl warnings about unused stuff due to ifdefs
Reid Kleckner
2015-02-26
1
-0
/
+2
*
Refactoring llvm command line parsing and option registration.
Chris Bieneman
2015-01-28
1
-7
/
+5
*
Re-landing changes to use ArrayRef instead of SmallVectorImpl, and new API test.
Chris Bieneman
2015-01-27
1
-3
/
+28
*
Revert r227148 & r227154 which added a test which infinitely loops.
Richard Trieu
2015-01-27
1
-25
/
+0
*
One more fix to the new API to fix const-correctness.
Chris Bieneman
2015-01-27
1
-1
/
+2
*
Pete Cooper suggested the new API should use ArrayRef instead of SmallVectorI...
Chris Bieneman
2015-01-26
1
-0
/
+24
*
Putting all the standard tool options into a "Generic" category.
Chris Bieneman
2015-01-26
1
-0
/
+5
*
Adding a new cl::HideUnrelatedOptions API to allow clang to migrate off cl::g...
Chris Bieneman
2015-01-21
1
-0
/
+11
*
Fix PR17239 by changing the semantics of the RemainingArgsClass Option kind
Reid Kleckner
2014-08-22
1
-3
/
+3
*
Revert "[Support] Promote cl::StringSaver to a separate utility"
Sean Silva
2014-08-15
1
-2
/
+9
*
[Support] Promote cl::StringSaver to a separate utility
Sean Silva
2014-08-15
1
-9
/
+2
*
Support: Fix option handling when using cl::Required with aliasopt
Justin Bogner
2014-07-14
1
-0
/
+19
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
1
-1
/
+1
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-1
/
+1
*
Remove C++11ism from r200407.
Jordan Rose
2014-01-29
1
-1
/
+1
*
[CommandLine] Aliases require an value if their target requires a value.
Jordan Rose
2014-01-29
1
-2
/
+53
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Implement TokenizeWindowsCommandLine.
Rui Ueyama
2013-07-30
1
-9
/
+28
*
[Support] Beef up and expose the response file parsing in llvm::cl
Reid Kleckner
2013-07-18
1
-0
/
+24
*
Implemented public interface for modifying registered (not positional or sink...
Andrew Trick
2013-05-06
1
-3
/
+47
*
Support command line option categories.
Andrew Trick
2013-05-06
1
-0
/
+8
*
Sort the #include lines for unittest/...
Chandler Carruth
2012-12-04
1
-3
/
+1
*
Added test for non-static use of cl::opt (fixed in r160170)
Alexander Kornienko
2012-08-13
1
-0
/
+11
*
Fix a compile failure introduced by r82675 on MinGW which doesn't have
Jeffrey Yasskin
2009-09-25
1
-0
/
+12
*
Roll back r82348, which introduced an infinite loop in ParseCStringVector() that
Jeffrey Yasskin
2009-09-24
1
-0
/
+48
[prev]