[all-commits] [llvm/llvm-project] b4b836: [lldb][NFC] Move OptionDefinition from lldb-privat...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Thu Nov 12 06:31:03 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b4b836563ae3603b601b57d8992f2d5fe60f02f8
https://github.com/llvm/llvm-project/commit/b4b836563ae3603b601b57d8992f2d5fe60f02f8
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-11-12 (Thu, 12 Nov 2020)
Changed paths:
M lldb/include/lldb/Interpreter/Options.h
A lldb/include/lldb/Utility/OptionDefinition.h
M lldb/include/lldb/lldb-private-types.h
M lldb/source/Host/common/OptionParser.cpp
M lldb/source/Interpreter/Options.cpp
Log Message:
-----------
[lldb][NFC] Move OptionDefinition from lldb-private-types.h to its own Utility header
Also moves the curious isprint8 function (which was used to check whether we have a
valid short option) into the struct and documents it.
More information about the All-commits
mailing list