KKazu Hirata[lldb] Use *{Set,Map}::contains (NFC)
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[lldb/Plugins] Remove PLUGIN from libraries that aren't really plugins. Although their name and location suggests otherwise, these libraries are not really plugins but rather support the real plugins. | 6 年前 | |
[lldb] Use *{Set,Map}::contains (NFC) | 3 年前 | |
[lldb] Use std::optional instead of llvm::Optional (NFC) This patch replaces (llvm::|)Optional< with std::optional<. I'll post a separate patch to clean up the "using" declarations, #include "llvm/ADT/Optional.h", etc. This is part of an effort to migrate from llvm::Optional to std::optional: https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716 | 3 年前 |