Skip to content

Commit 5aa2521

Browse files
committed
checkers.h
1 parent 75eefec commit 5aa2521

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

lib/checkers.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)