Expose #63 #123
Annotations
8 errors, 10 warnings, and 7 notices
player.h#L5
unknown type name 'class'
|
player.h#L5
expected ';' after top level declarator
|
ball.h#L5
unknown type name 'class'
|
ball.h#L5
expected ';' after top level declarator
|
game.h#L4
'vector' file not found
|
ball.cpp#L42
invalid operands to binary expression ('const ball' and 'const ball')
|
main.cpp#L1
'SFML/Graphics.hpp' file not found
|
Fail fast
Process completed with exit code 1.
|
player.h#L5
variable 'player' is non-const and globally accessible, consider making it const
|
ball.h#L5
variable 'ball' is non-const and globally accessible, consider making it const
|
game.h#L9
variable 'game' is non-const and globally accessible, consider making it const
|
game.h#L30
parameter 1 is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions
|
game.h#L32
parameter 1 is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions
|
game.h#L36
parameter 1 is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions
|
ball.cpp#L5
constructor does not initialize these fields: m_x, m_y
|
ball.cpp#L5
use '= default' to define a trivial default constructor
|
ball.cpp#L18
use a trailing return type for this function
|
ball.cpp#L18
method 'get_x' can be made const
|
player.h#L1
File player.h does not conform to LLVM style guidelines. (lines 2, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19)
|
ball.h#L1
File ball.h does not conform to LLVM style guidelines. (lines 2, 5, 7, 8, 9, 10, 11, 12, 13, 14)
|
game.h#L1
File game.h does not conform to LLVM style guidelines. (lines 6, 11, 12, 13, 14, 15, 16, 18, 19, 21, 22, 24, 25, 26, 30, 32, 34, 36, 38)
|
ball.cpp#L1
File ball.cpp does not conform to LLVM style guidelines. (lines 5, 6, 10, 11, 14, 15, 18, 19, 22, 23, 26)
|
player.cpp#L1
File player.cpp does not conform to LLVM style guidelines. (lines 4, 5, 6, 7, 8, 9, 14, 15, 18, 19, 23, 27, 28, 29, 30, 31, 35, 36, 38, 39, 40, 41, 43, 44, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 62, 63, 64, 65, 67, 68, 69, 70, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 87)
|
game.cpp#L1
File game.cpp does not conform to LLVM style guidelines. (lines 5, 6, 11, 12, 13, 16, 22, 23, 26, 27, 30, 31, 34, 35, 38, 39, 40, 41, 45, 49, 50, 51, 52, 54, 58, 82, 84, 101, 112)
|
main.cpp#L1
File main.cpp does not conform to LLVM style guidelines. (lines 3, 13, 14, 15, 16, 20, 21, 23, 24, 26, 27, 29, 31)
|
The logs for this run have expired and are no longer available.
Loading