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
*
[LLDB] Fix compilation with GCC 5
Martin Storsjö
2020-02-06
1
-2
/
+2
*
Break out the Python class & key/value options into a separate OptionGroup.
Jim Ingham
2019-10-03
1
-0
/
+4
*
[lldb][NFC] Remove CompletionRequest::GetCursorArgument and GetRawLineUntilCu...
Raphael Isemann
2019-09-25
1
-1
/
+1
*
[lldb][NFC] Remove useless cursor shifting in Options::HandleOptionCompletion
Raphael Isemann
2019-09-25
1
-4
/
+1
*
[lldb][NFC] Remove unused variable in Options::HandleOptionArgumentCompletion
Raphael Isemann
2019-09-23
1
-1
/
+0
*
[lldb][NFC] Remove dead code in Options::HandleOptionArgumentCompletion
Raphael Isemann
2019-09-23
1
-9
/
+2
*
[lldb] Make cursor index in CompletionRequest unsigned
Raphael Isemann
2019-09-23
1
-2
/
+2
*
[lldb][NFC] Remove argument prefix checking boilerplate when adding completions
Raphael Isemann
2019-09-23
1
-4
/
+1
*
[lldb][NFC] Remove ArgEntry::ref member
Raphael Isemann
2019-09-13
1
-7
/
+7
*
[lldb][NFC] Make ArgEntry::quote private and provide a getter
Raphael Isemann
2019-09-13
1
-1
/
+1
*
[lldb] Add description to option completions.
Raphael Isemann
2019-09-02
1
-5
/
+6
*
[lldb] Fix and test completion for ambiguous long options
Raphael Isemann
2019-08-28
1
-10
/
+4
*
[lldb][NFC] Get rid of C-strings in HandleOptionCompletion
Raphael Isemann
2019-08-28
1
-17
/
+11
*
[lldb][NFC] Remove unused return value from HandleOptionArgumentCompletion
Raphael Isemann
2019-08-22
1
-5
/
+2
*
[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...
Raphael Isemann
2019-08-22
1
-3
/
+0
*
Options: Reduce code duplication
Pavel Labath
2019-07-10
1
-67
/
+35
*
Options: Correctly check for missing arguments
Pavel Labath
2019-06-25
1
-3
/
+5
*
Reapply "Fix a crash in option parsing."
Adrian Prantl
2019-06-25
1
-1
/
+12
*
Revert "Fix a crash in option parsing."
Davide Italiano
2019-06-20
1
-6
/
+0
*
Fix a crash in option parsing.
Adrian Prantl
2019-06-11
1
-0
/
+6
*
Fix integer literals which are cast to bool
Jonas Devlieghere
2019-05-24
1
-3
/
+3
*
[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
[next]