Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isClangResult
Method
isClangResult
gui/erroritem.h:91–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
bool isClangResult() const {
92
return errorId.startsWith(
"clang"
);
93
}
94
95
bool filterMatch(const QString& filter) const;
96
Callers
1
isErrorItemHidden
Method · 0.80
Calls
1
startsWith
Method · 0.80
Tested by
no test coverage detected