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
/
lldb
/
source
/
Interpreter
/
Options.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-2
/
+0
*
Fix error handling in Options::Parse
Tatyana Krasnukha
2019-02-26
1
-2
/
+3
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-3
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-3
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...
Tatyana Krasnukha
2018-09-26
1
-12
/
+15
*
Narrow the CompletionRequest API to being append-only.
Raphael Isemann
2018-07-27
1
-16
/
+6
*
Replaced more boilerplate code with CompletionRequest (NFC)
Raphael Isemann
2018-07-13
1
-33
/
+29
*
Refactor parsing of option lists with a raw string suffix.
Raphael Isemann
2018-07-10
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-73
/
+57
*
Move option parsing out of the Args class
Pavel Labath
2018-03-09
1
-0
/
+524
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-9
/
+9
*
Delete some more dead includes.
Zachary Turner
2017-03-22
1
-0
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-2
/
+2
*
Make Options::SetOptionValue take a StringRef.
Zachary Turner
2016-11-12
1
-3
/
+3
*
Convert CommandObject constructors to StringRef.
Zachary Turner
2016-10-05
1
-1
/
+1
*
Update OptionGroup::SetValue to take StringRef.
Zachary Turner
2016-09-23
1
-2
/
+2
*
Convert option tables to ArrayRefs.
Zachary Turner
2016-09-22
1
-100
/
+84
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-967
/
+819
*
Decoupled Options from CommandInterpreter.
Todd Fiala
2016-08-11
1
-18
/
+21
*
Validate the option index before trying to access an array element using it -...
Enrico Granata
2016-06-29
1
-0
/
+7
*
This was printing arguments twice in dash-dash aliases; don't do that
Enrico Granata
2016-03-15
1
-24
/
+24
*
Lots of progress on the CommandAlias refactoring
Enrico Granata
2016-03-14
1
-128
/
+138
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Fixed a ton of gcc compile warnings
Vince Harron
2015-05-13
1
-1
/
+1
*
Revert "Fix broken tests due to new error output."
Zachary Turner
2014-07-09
1
-19
/
+28
*
Fix broken tests due to new error output.
Todd Fiala
2014-07-08
1
-28
/
+19
*
Invalidate process UID/GID-related command options on Windows.
Zachary Turner
2014-07-07
1
-18
/
+27
*
Adds the notion of an OptionValidator.
Zachary Turner
2014-07-03
1
-1
/
+1
*
Switch NULL to C++11 nullptr in source/Interpreter
Ed Maste
2014-04-20
1
-18
/
+18
*
sanitise sign comparisons
Saleem Abdulrasool
2014-04-02
1
-1
/
+1
*
Don't crash when trying to auto complete 'breakpoint set -n "_'
Greg Clayton
2014-01-29
1
-1
/
+1
*
Add OptionParser.h
Virgile Bello
2013-09-05
1
-8
/
+8
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-0
/
+12
*
Fix some more mismatched integer types causing compiler warnings.
Andy Gibbs
2013-06-24
1
-1
/
+1
*
Sort out a number of mismatched integer types in order to cut down the number...
Andy Gibbs
2013-06-19
1
-5
/
+5
*
Fixed some linux buildbot warnings.
Greg Clayton
2013-04-19
1
-2
/
+1
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-1
/
+1
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-1
/
+1
*
<rdar://problem/13457391>
Greg Clayton
2013-04-04
1
-3
/
+3
*
Define isprint8() wrapper around isprint() in order to avoid crashes on Linux
Daniel Malea
2012-12-05
1
-6
/
+6
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
<rdar://problem/12798131>
Greg Clayton
2012-12-04
1
-123
/
+149
*
Added new options to "target create" and "target modules add".
Greg Clayton
2012-11-30
1
-2
/
+6
*
Bunch of cleanups for warnings found by the llvm static analyzer.
Jim Ingham
2012-10-12
1
-2
/
+4
*
Refine the 'watchpoint set' command to now require either the '-v' option (fo...
Johnny Chen
2012-02-08
1
-2
/
+6
*
Fixed the help text for raw commands like "expr"
Sean Callanan
2012-01-04
1
-0
/
+15
[next]