Skip to content

Commit 469f773

Browse files
committed
Split declarations
1 parent 036f1e6 commit 469f773

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ namespace {
145145
class NSOrCFErrorDerefChecker
146146
: public CheckerFamily<check::Location,
147147
check::Event<ImplicitNullDerefEvent>> {
148-
mutable IdentifierInfo *NSErrorII = nullptr, *CFErrorII = nullptr;
148+
mutable IdentifierInfo *NSErrorII = nullptr;
149+
mutable IdentifierInfo *CFErrorII = nullptr;
149150

150151
public:
151152
CheckerFrontendWithBugType NSError{"NSError** null dereference",

0 commit comments

Comments
 (0)