[all-commits] [llvm/llvm-project] 999962: [lldb] Don't wrap and release raw pointer in uniqu...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Jul 24 16:28:51 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 99996213ebd9655bb0488387f906d5438bcd37f8
https://github.com/llvm/llvm-project/commit/99996213ebd9655bb0488387f906d5438bcd37f8
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-07-24 (Fri, 24 Jul 2020)
Changed paths:
M lldb/source/Target/LanguageRuntime.cpp
Log Message:
-----------
[lldb] Don't wrap and release raw pointer in unique_ptr (NFC)
Commit: 34d4c8a53e569b1b83a0672015a19f8ca9bb3c35
https://github.com/llvm/llvm-project/commit/34d4c8a53e569b1b83a0672015a19f8ca9bb3c35
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-07-24 (Fri, 24 Jul 2020)
Changed paths:
M lldb/include/lldb/Target/LanguageRuntime.h
A lldb/include/lldb/Target/Runtime.h
M lldb/include/lldb/Target/SystemRuntime.h
M lldb/source/Target/LanguageRuntime.cpp
M lldb/source/Target/SystemRuntime.cpp
Log Message:
-----------
[lldb] Have LanguageRuntime and SystemRuntime share a base class (NFC)
LangaugeRuntime and SystemRuntime now both inherit from Runtime.
Compare: https://github.com/llvm/llvm-project/compare/06a0dd2467d5...34d4c8a53e56
More information about the All-commits
mailing list