[clang-tools-extra] [clang-tidy] Filter out googletest TUs in bugprone-unchecked-optional-access (PR #115051)
Carlos Galvez via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 6 11:29:10 PST 2024
carlosgalvezp wrote:
> we're not (fully) understanding the content
My thinking was that we don't even need to understand the content, we simply exclude code that is contained within any of the problematic public macros. This sounds like it should be possible to do? Unfortunately I don't know the details on how this could be implemented, hopefully other reviewers know better?
https://github.com/llvm/llvm-project/pull/115051
More information about the cfe-commits
mailing list