[all-commits] [llvm/llvm-project] c4701c: [lldb] Add missings moves where appropiate (NFC)
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Aug 10 21:02:28 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c4701c9c620fecfd6975e2885dae02d6e1b96698
https://github.com/llvm/llvm-project/commit/c4701c9c620fecfd6975e2885dae02d6e1b96698
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-08-10 (Mon, 10 Aug 2020)
Changed paths:
M lldb/include/lldb/Breakpoint/Breakpoint.h
M lldb/include/lldb/Core/ValueObject.h
M lldb/include/lldb/DataFormatters/FormattersContainer.h
M lldb/include/lldb/DataFormatters/StringPrinter.h
M lldb/include/lldb/DataFormatters/TypeCategory.h
M lldb/include/lldb/DataFormatters/TypeCategoryMap.h
M lldb/include/lldb/DataFormatters/TypeSummary.h
M lldb/include/lldb/DataFormatters/TypeSynthetic.h
M lldb/include/lldb/Host/FileSystem.h
M lldb/include/lldb/Target/InstrumentationRuntime.h
M lldb/include/lldb/Target/Process.h
M lldb/source/Core/Debugger.cpp
M lldb/source/Core/ValueObjectSyntheticFilter.cpp
Log Message:
-----------
[lldb] Add missings moves where appropiate (NFC)
Manually curated list of things found by clang-tidy's
performance-unnecessary-value-param.
More information about the All-commits
mailing list