[all-commits] [llvm/llvm-project] 3a7546: Temporarily Revert "Reland [lldb] Unify type name ...
Eric Christopher via All-commits
all-commits at lists.llvm.org
Thu Jul 23 00:47:33 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3a75466f41be12a8cdcff7ff786d55a319e6c2df
https://github.com/llvm/llvm-project/commit/3a75466f41be12a8cdcff7ff786d55a319e6c2df
Author: Eric Christopher <echristo at gmail.com>
Date: 2020-07-23 (Thu, 23 Jul 2020)
Changed paths:
M lldb/include/lldb/DataFormatters/DataVisualization.h
M lldb/include/lldb/DataFormatters/FormatManager.h
M lldb/include/lldb/DataFormatters/FormattersContainer.h
M lldb/include/lldb/DataFormatters/TypeCategory.h
M lldb/include/lldb/DataFormatters/TypeCategoryMap.h
M lldb/source/Commands/CommandObjectType.cpp
M lldb/source/DataFormatters/DataVisualization.cpp
M lldb/source/DataFormatters/FormatManager.cpp
M lldb/unittests/DataFormatter/CMakeLists.txt
R lldb/unittests/DataFormatter/FormattersContainerTest.cpp
Log Message:
-----------
Temporarily Revert "Reland [lldb] Unify type name matching in FormattersContainer"
as it breaks bots with due to m_valid being an unused class member
except in assert builds.
This reverts commit 074b121642b286afb16adeebda5ec8236f7b8ea9.
More information about the All-commits
mailing list