[Lldb-commits] [PATCH] D71630: [lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminate in the unit tests
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 19 06:26:42 PST 2019
teemperor updated this revision to Diff 234711.
teemperor added a comment.
- Added SFINAE spaghetti to handle llvm::Error return types.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71630/new/
https://reviews.llvm.org/D71630
Files:
lldb/unittests/Core/MangledTest.cpp
lldb/unittests/Editline/EditlineTest.cpp
lldb/unittests/Expression/ClangParserTest.cpp
lldb/unittests/Expression/CppModuleConfigurationTest.cpp
lldb/unittests/Expression/DWARFExpressionTest.cpp
lldb/unittests/Host/HostInfoTest.cpp
lldb/unittests/Host/MainLoopTest.cpp
lldb/unittests/Interpreter/TestCompletion.cpp
lldb/unittests/Language/Highlighting/HighlighterTest.cpp
lldb/unittests/ObjectFile/ELF/TestObjectFileELF.cpp
lldb/unittests/ObjectFile/PECOFF/TestPECallFrameInfo.cpp
lldb/unittests/Symbol/TestClangASTImporter.cpp
lldb/unittests/Symbol/TestDWARFCallFrameInfo.cpp
lldb/unittests/Symbol/TestLineEntry.cpp
lldb/unittests/SymbolFile/DWARF/DWARFASTParserClangTests.cpp
lldb/unittests/SymbolFile/DWARF/SymbolFileDWARFTests.cpp
lldb/unittests/Target/ModuleCacheTest.cpp
lldb/unittests/TestingSupport/SubsystemRAII.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71630.234711.patch
Type: text/x-patch
Size: 25423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191219/85474ca2/attachment-0001.bin>
More information about the lldb-commits
mailing list