Skip to content

Commit f04a62d

Browse files
Update checkclass.h
1 parent 31cb62d commit f04a62d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/checkclass.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,10 @@ class CPPCHECKLIB CheckClass : public Check {
254254
bool init{};
255255
};
256256

257+
static void handleUnionMembers(std::vector<Usage>& usageList);
258+
259+
bool isInitialized(const Usage& usage, FunctionType funcType) const;
260+
257261
static bool isBaseClassMutableMemberFunc(const Token *tok, const Scope *scope);
258262

259263
/**

0 commit comments

Comments
 (0)