Example

Issues

LocationMessageOption
Sanitizers/asan.c:5Warning: Result of 'calloc' is converted to a pointer of type 'char', which is incompatible with sizeof operand type 'char *'clang-analyzer-unix.MallocSizeof
Sanitizers/asan.c:5Note: Result of 'calloc' is converted to a pointer of type 'char', which is incompatible with sizeof operand type 'char *'
Sanitizers/asan.c:7Warning: Use of memory after it is freedclang-analyzer-unix.Malloc
Sanitizers/asan.c:5Note: Memory is allocated
Sanitizers/asan.c:6Note: Memory is released
Sanitizers/asan.c:7Note: Use of memory after it is freed
Failures/fpe.c:7Warning: unused variable 'unusedVar'clang-diagnostic-unused-variable
Failures/fpe.c:9Warning: Division by zeroclang-analyzer-core.DivideZero
Failures/fpe.c:5Note: 'b' initialized to 0
Failures/fpe.c:9Note: Division by zero