We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77b278 commit a59df05Copy full SHA for a59df05
src/lib/cwe-mapper.cc
@@ -32,10 +32,10 @@ struct CweMap::Private {
32
TMapByChk mapByChk;
33
ImpliedAttrDigger digger;
34
35
- bool detectedByTool(Defect def, const char *tool);
+ bool detectedByTool(Defect def, const char *tool) const;
36
};
37
38
-bool CweMap::Private::detectedByTool(Defect def, const char *tool)
+bool CweMap::Private::detectedByTool(Defect def, const char *tool) const
39
{
40
// detect tool in case it is not explicitly specified
41
this->digger.inferToolFromChecker(&def);
0 commit comments