[all-commits] [llvm/llvm-project] 7b7676: [lldb/Core] Remove blatant code duplication by usi...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Feb 18 17:19:51 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7b76767dbc4b1894c2c7ff397875cb2285e70446
https://github.com/llvm/llvm-project/commit/7b76767dbc4b1894c2c7ff397875cb2285e70446
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-02-18 (Tue, 18 Feb 2020)
Changed paths:
M lldb/source/Core/PluginManager.cpp
Log Message:
-----------
[lldb/Core] Remove blatant code duplication by using a template (NFC)
Remove a bunch of duplicate code by using a templated base class.
More information about the All-commits
mailing list