[PATCH] D84244: [clang] Disable -Wsuggest-override for unittests/
Logan Smith via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 22 14:22:06 PDT 2020
logan-5 added a comment.
In D84244#2167663 <https://reviews.llvm.org/D84244#2167663>, @dblaikie wrote:
> Sometimes it's OK to commit stuff an see how it goes on the buildbots - doing so out of peak times and with the intention of rolling back quickly/immediately if the buildbots report breakage is sometimes the best tool we have (not great, but such is the way of things).
In that case, I've enabled it again using `add_compile_options` instead of `add_definitions`. I've got my finger hovering over the button to revert.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84244/new/
https://reviews.llvm.org/D84244
More information about the cfe-commits
mailing list