[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
Tue Nov 5 12:22:49 PST 2024
carlosgalvezp wrote:
A quick middle-point solution is to add an option to allow ignoring code that is executed from within macros, or even
allow the user to specify which macros to ignore.
https://github.com/llvm/llvm-project/pull/115051
More information about the cfe-commits
mailing list