More clang-tidy fixes #181
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 30.
|
Short report:
src/CartBlock.C#L115
result of multiplication in type 'int' is used as a pointer offset after an implicit widening conversion to type 'ptrdiff_t' [bugprone-implicit-widening-of-multiplication-result]
|
Short report:
src/CartBlock.C#L116
'*' has higher precedence than '+'; add parentheses to explicitly specify the order of operations [readability-math-missing-parentheses]
|
Short report:
src/CartBlock.C#L116
'*' has higher precedence than '+'; add parentheses to explicitly specify the order of operations [readability-math-missing-parentheses]
|
Short report:
src/CartBlock.C#L119
'*' has higher precedence than '+'; add parentheses to explicitly specify the order of operations [readability-math-missing-parentheses]
|
Short report:
src/CartBlock.C#L130
'*' has higher precedence than '+'; add parentheses to explicitly specify the order of operations [readability-math-missing-parentheses]
|
Short report:
src/CartBlock.C#L151
'*' has higher precedence than '+'; add parentheses to explicitly specify the order of operations [readability-math-missing-parentheses]
|
Short report:
src/CartBlock.C#L158
'*' has higher precedence than '+'; add parentheses to explicitly specify the order of operations [readability-math-missing-parentheses]
|
Short report:
src/CartBlock.C#L167
'*' has higher precedence than '+'; add parentheses to explicitly specify the order of operations [readability-math-missing-parentheses]
|
Short report:
src/CartBlock.C#L170
'*' has higher precedence than '+'; add parentheses to explicitly specify the order of operations [readability-math-missing-parentheses]
|
Short report:
src/CartBlock.C#L172
result of multiplication in type 'int' is used as a pointer offset after an implicit widening conversion to type 'ptrdiff_t' [bugprone-implicit-widening-of-multiplication-result]
|
Loading