We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03c8bb commit b650a0dCopy full SHA for b650a0d
clang/lib/StaticAnalyzer/Checkers/WebKit/RawPtrRefMemberChecker.cpp
@@ -201,7 +201,6 @@ class RawPtrRefMemberChecker
201
return true;
202
203
const auto Kind = RD->getTagKind();
204
- // FIMXE: Should we check union members too?
205
if (Kind != TagTypeKind::Struct && Kind != TagTypeKind::Class &&
206
Kind != TagTypeKind::Union)
207
0 commit comments