[Lldb-commits] [PATCH] D123340: Applying clang-tidy modernize-use-override over LLDB

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 7 15:26:52 PDT 2022


JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.

LGTM modulo the redundant comment



================
Comment at: lldb/unittests/Target/RemoteAwarePlatformTest.cpp:40
       const ModuleSpec &module_spec, lldb::ModuleSP &exe_module_sp,
-      const FileSpecList *module_search_paths_ptr) /*override*/ {
+      const FileSpecList *module_search_paths_ptr) override /*override*/ {
     auto pair = ResolveRemoteExecutable(module_spec, module_search_paths_ptr);
----------------



CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123340/new/

https://reviews.llvm.org/D123340



More information about the lldb-commits mailing list