This repository has been archived by the owner on Nov 26, 2024. It is now read-only.
Issue 39 #73
Annotations
7 errors, 10 warnings, and 7 notices
ball.h#L5
unknown type name 'class'
|
ball.h#L5
expected ';' after top level declarator
|
game.h#L4
'vector' file not found
|
player.h#L5
unknown type name 'class'
|
player.h#L5
expected ';' after top level declarator
|
main.cpp#L1
'SFML/Graphics.hpp' file not found
|
Fail fast
Process completed with exit code 1.
|
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
|
player.h#L5
variable 'player' is non-const and globally accessible, consider making it const
|
game.cpp#L11
use a trailing return type for this function
|
game.cpp#L16
use a trailing return type for this function
|
game.cpp#L16
method 'get_ball' can be made static
|
game.cpp#L22
use a trailing return type for this function
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
The logs for this run have expired and are no longer available.
Loading