[Lldb-commits] [PATCH] D123340: Applying clang-tidy modernize-use-override over LLDB
Shafik Yaghmour via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 19 13:34:23 PDT 2022
shafik added a comment.
In D123340#3438391 <https://reviews.llvm.org/D123340#3438391>, @labath wrote:
> The reason for the funny `/*override*/` thingy in the mock classes is that it is impossible (in the gmock version that we use) to add the override keyword to the methods overridden by the MOCK macros. Then, having override keywords on hand-written methods triggered `-Winconsistent-missing-override`.
>
> Or at least it used to -- have you checked that these changes don't introduce any new compiler warnings?
I missed that, it does indeed trigger the same warning, I guess I will add a `NOLINT`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123340/new/
https://reviews.llvm.org/D123340
More information about the lldb-commits
mailing list