-Wempty-body: fix false negative triggered by macros
When if statement condition ended in a macro: if (ptr == NULL); the check used to consider the definition location of NULL, instead of the current line. Patch by Manasij Mukherjee. llvm-svn: 232295
Loading
Please sign in to comment