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
*
Do not enforce absolute path argv0 in windows
Hans Wennborg
2018-06-13
1
-0
/
+19
*
Use perfect forwarding to deduplicate code in unit test. NFC.
Benjamin Kramer
2018-05-15
1
-22
/
+2
*
Fix broken asan Support tests
Eric Liu
2018-05-15
1
-8
/
+14
*
[CommandLine] Error message for incorrect PositionalEatArgs usage
Keno Fischer
2018-05-14
1
-0
/
+19
*
Fix stack-use-after-scope in test previously hidden by -fmerge-all-constants
Vitaly Buka
2018-04-07
1
-3
/
+3
*
On Windows we need to be able to process response files with Windows-style
Dmitry Mikulin
2018-03-05
1
-0
/
+35
*
Added support for reading configuration files
Serge Pavlov
2017-12-30
1
-0
/
+133
*
Reverted 321580: Added support for reading configuration files
Serge Pavlov
2017-12-30
1
-133
/
+0
*
Added support for reading configuration files
Serge Pavlov
2017-12-30
1
-0
/
+133
*
[Support][CommandLine] Add cl::Option::setDefault()
Evgeny Mankov
2017-08-28
1
-0
/
+35
*
Support: chunk writing on Linux
Saleem Abdulrasool
2017-06-20
1
-0
/
+6
*
Added braces to work around gcc warning in googletest: suggest explicit brace...
Galina Kistanova
2017-06-15
1
-3
/
+6
*
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
[next]