Fixed printing and completed file class #984
Annotations
3 errors and 6 warnings
src/utils/utils.h#L22
no member named 'filesystem' in namespace 'std'
|
src/SourceInfo.h#L17
no member named 'filesystem' in namespace 'std'
|
src/lexer/tokens/token.h#L2
'constants.h' file not found
|
src/visitors/transform/visits/Expression/FunctionCall.cc#L10
function 'visit' has cognitive complexity of 36 (threshold 25)
|
src/visitors/transform/visits/Expression/FunctionCall.cc#L11
'auto callBackUp' can be declared as 'auto *callBackUp'
|
src/visitors/transform/visits/Expression/FunctionCall.cc#L21
'auto callee' can be declared as 'auto *callee'
|
src/visitors/transform/visits/Expression/FunctionCall.cc#L57
if with identical then and else branches
|
src/visitors/transform/visits/Expression/FunctionCall.cc#L70
repeated branch in conditional chain
|
src/visitors/transform/visits/Expression/FunctionCall.cc#L159
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead
|
The logs for this run have expired and are no longer available.
Loading