Files
clang-p2996/clang/test/Analysis/diagnostics/Inputs/include/sys/queue.h
Anna Zaks 3feb2cd5bb [analyzer] Do not check if sys/queue.h file is a system header.
In most cases it is, by just looking at the name. Also, this check prevents the heuristic from working in strange user settings.
radar://13839692

llvm-svn: 181615
2013-05-10 18:04:43 +00:00

5 lines
53 B
C

void free(void *);
#define FREE_POINTER(x) free(x)