Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chipsalliance/Surelog
/ addError
Method
addError
src/SourceCompile/ParseFile.cpp:164–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
162
}
163
164
void ParseFile::addError(Error& error) {
165
getCompileSourceFile()->getErrorContainer()->addError(error);
166
}
167
168
void ParseFile::buildLineInfoCache_() {
169
PreprocessFile* pp = getCompileSourceFile()->getPreprocessor();
Callers
15
executeCompilation
Function · 0.45
processArgs_
Method · 0.45
processOutputDirectory_
Method · 0.45
parseCommandLine
Method · 0.45
checkCommandLine_
Method · 0.45
prepareCompilation_
Method · 0.45
setupCache_
Method · 0.45
SLaddError
Function · 0.45
SLaddMLError
Function · 0.45
SLaddErrorContext
Function · 0.45
SLaddMLErrorContext
Function · 0.45
logError
Method · 0.45
Calls
1
getErrorContainer
Method · 0.45
Tested by
4
checkForMultipleDefinition_
Method · 0.36
bindFunctionReturnTypesAndParamaters_
Method · 0.36
bindSubRoutineCall_
Method · 0.36
bindProperties_
Method · 0.36