More clang-tidy fixes #178
Annotations
3 errors and 10 warnings
Short report:
src/MeshBlock.C#L27
'mpi.h' file not found [clang-diagnostic-error]
|
Short report:
src/codetypes.h#L25
'mpi.h' file not found [clang-diagnostic-error]
|
Short report
Process completed with exit code 35.
|
Short report:
src/CartBlock.C#L115
redundant explicit casting to the same type 'int' as the sub-expression, remove this casting [readability-redundant-casting]
|
Short report:
src/CartBlock.C#L117
redundant explicit casting to the same type 'int' as the sub-expression, remove this casting [readability-redundant-casting]
|
Short report:
src/CartBlock.C#L118
'*' has higher precedence than '+'; add parentheses to explicitly specify the order of operations [readability-math-missing-parentheses]
|
Short report:
src/CartBlock.C#L118
'*' has higher precedence than '+'; add parentheses to explicitly specify the order of operations [readability-math-missing-parentheses]
|
Short report:
src/CartBlock.C#L121
'*' has higher precedence than '+'; add parentheses to explicitly specify the order of operations [readability-math-missing-parentheses]
|
Short report:
src/CartBlock.C#L132
'*' has higher precedence than '+'; add parentheses to explicitly specify the order of operations [readability-math-missing-parentheses]
|
Short report:
src/CartBlock.C#L153
'*' has higher precedence than '+'; add parentheses to explicitly specify the order of operations [readability-math-missing-parentheses]
|
Short report:
src/CartBlock.C#L160
'*' has higher precedence than '+'; add parentheses to explicitly specify the order of operations [readability-math-missing-parentheses]
|
Short report:
src/CartBlock.C#L169
'*' has higher precedence than '+'; add parentheses to explicitly specify the order of operations [readability-math-missing-parentheses]
|
Short report:
src/CartBlock.C#L172
'*' has higher precedence than '+'; add parentheses to explicitly specify the order of operations [readability-math-missing-parentheses]
|
Loading