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

Method loadFiles

lib/preprocessor.cpp:869–876  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

867}
868
869bool Preprocessor::loadFiles(std::vector<std::string> &files)
870{
871 const simplecpp::DUI dui = createDUI(mSettings, "", mLang);
872
873 simplecpp::OutputList outputList;
874 mFileCache = simplecpp::load(mTokens, files, dui, &outputList);
875 return !handleErrors(outputList);
876}
877
878void Preprocessor::removeComments()
879{

Callers 7

checkInternalMethod · 0.80
expandMacrosMethod · 0.80
getConfigsStrMethod · 0.80
getHashMethod · 0.80
premiumResultsCacheMethod · 0.80
directiveDumpMethod · 0.80
preprocessMethod · 0.80

Calls 1

createDUIFunction · 0.85

Tested by 5

expandMacrosMethod · 0.64
getConfigsStrMethod · 0.64
getHashMethod · 0.64
premiumResultsCacheMethod · 0.64
directiveDumpMethod · 0.64