summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/if-empty-body.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't warn for empty 'if' body if there is a macro that expands to nothing, e.g:Argyrios Kyrtzidis2010-11-191-0/+35
if (condition) CALL(0); // empty macro but don't warn for empty body. Fixes rdar://8436021. llvm-svn: 119838
OpenPOWER on IntegriCloud