We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31cb62d commit f04a62dCopy full SHA for f04a62d
1 file changed
lib/checkclass.h
@@ -254,6 +254,10 @@ class CPPCHECKLIB CheckClass : public Check {
254
bool init{};
255
};
256
257
+ static void handleUnionMembers(std::vector<Usage>& usageList);
258
+
259
+ bool isInitialized(const Usage& usage, FunctionType funcType) const;
260
261
static bool isBaseClassMutableMemberFunc(const Token *tok, const Scope *scope);
262
263
/**
0 commit comments