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
5 lines
53 B
C
5 lines
53 B
C
|
|
void free(void *);
|
|
#define FREE_POINTER(x) free(x)
|
|
|