Changed backtrace.h to backtracing.h #924
Annotations
3 errors and 10 warnings
runtime/libs/backtrace.cc#L2
'backtracing.h' file not found
|
runtime/libs/exceptions.h#L5
'backtracing.h' file not found
|
runtime/libs/segfault.cc#L6
'backtracing.h' file not found
|
runtime/libs/backtrace.cc#L7
variable 'state' is non-const and globally accessible, consider making it const
|
runtime/libs/backtrace.cc#L7
variable 'state' provides global access to a non-const object; consider making the pointed-to data 'const'
|
runtime/libs/backtrace.cc#L8
variable 'stateLock' is non-const and globally accessible, consider making it const
|
runtime/libs/backtrace.cc#L11
do not call c-style vararg functions
|
runtime/libs/backtrace.cc#L15
use a trailing return type for this function
|
runtime/libs/backtrace.cc#L17
variable 'bt' is not initialized
|
runtime/libs/backtrace.cc#L18
implicit conversion 'const char *' -> bool
|
runtime/libs/backtrace.cc#L18
implicit conversion 'const char *' -> bool
|
runtime/libs/backtrace.cc#L60
implicit conversion 'int' -> bool
|
runtime/libs/backtrace.cc#L60
statement should be inside braces
|
The logs for this run have expired and are no longer available.
Loading