[all-commits] [llvm/llvm-project] 4cd873: [lldb][NFC] Remove property predicate matcher
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Tue Oct 13 08:10:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4cd873c4bd7ff66d4af2bf5e57c27e6924bfc92a
https://github.com/llvm/llvm-project/commit/4cd873c4bd7ff66d4af2bf5e57c27e6924bfc92a
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-10-13 (Tue, 13 Oct 2020)
Changed paths:
M lldb/include/lldb/Interpreter/OptionValueProperties.h
M lldb/source/Interpreter/OptionValueProperties.cpp
Log Message:
-----------
[lldb][NFC] Remove property predicate matcher
That's supposed to be used to implement things such as `settings set target.run-args{basename==test&&arch==x86_64} arg1`
but it's not actually fully implemented or tested anywhere.
Reviewed By: JDevlieghere
Differential Revision: https://reviews.llvm.org/D88910
More information about the All-commits
mailing list