File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,11 +61,13 @@ namespace checkers {
6161
6262 extern CPPCHECKLIB const std::vector<MisraInfo> misraC2012Directives;
6363 extern CPPCHECKLIB const std::vector<MisraInfo> misraC2012Rules;
64+ extern CPPCHECKLIB const std::vector<MisraInfo> misraC2023Directives;
65+ extern CPPCHECKLIB const std::vector<MisraInfo> misraC2023Rules;
66+ extern CPPCHECKLIB const std::vector<MisraInfo> misraC2025Directives;
67+ extern CPPCHECKLIB const std::vector<MisraInfo> misraC2025Rules;
6468 extern CPPCHECKLIB const std::vector<MisraCppInfo> misraCpp2008Rules;
6569 extern CPPCHECKLIB const std::vector<MisraCppInfo> misraCpp2023Rules;
6670
67- extern CPPCHECKLIB const std::map<std::string, std::string> misraRuleSeverity;
68-
6971 struct CPPCHECKLIB IdMapping {
7072 const char * guideline;
7173 const char * cppcheckId;
You can’t perform that action at this time.
0 commit comments