Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ getClangAnalyzer
Method
getClangAnalyzer
gui/projectfile.h:231–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
229
QStringList getAddonsAndTools() const;
230
231
bool getClangAnalyzer() const {
232
// TODO
233
return false; //mClangAnalyzer;
234
}
235
236
void setClangAnalyzer(bool c) {
237
mClangAnalyzer = c;
Callers
2
loadFromProjectFile
Method · 0.80
setProject
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected