MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / removeComments

Method removeComments

lib/preprocessor.cpp:878–884  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

876}
877
878void Preprocessor::removeComments()
879{
880 mTokens.removeComments();
881 for (const auto &filedata : mFileCache) {
882 filedata->tokens.removeComments();
883 }
884}
885
886void Preprocessor::setPlatformInfo()
887{

Callers 5

preprocessMethod · 0.45
checkInternalMethod · 0.45
getcodeMethod · 0.45
getConfigsStrMethod · 0.45
getHashMethod · 0.45

Calls

no outgoing calls

Tested by 3

getcodeMethod · 0.36
getConfigsStrMethod · 0.36
getHashMethod · 0.36