[Lldb-commits] [PATCH] D71630: [lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminate in the unit tests
Shafik Yaghmour via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 19 09:53:13 PST 2019
shafik added inline comments.
================
Comment at: lldb/unittests/TestingSupport/SubsystemRAII.h:57
+/// @endcode
+template <typename T, typename... Ts> class SubsystemRAII<T, Ts...> {
+ /// RAII for a single subsystem.
----------------
Should we write a test for this?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71630/new/
https://reviews.llvm.org/D71630
More information about the lldb-commits
mailing list