[StaticAnalyzer] Fix false positives for unreachable code in macros.
Example: #define MACRO(C) if (C) { static int x; .. } void foo() { MACRO(0); } Differential Revision: https://reviews.llvm.org/D36141 llvm-svn: 309799
Loading
Please register or sign in to comment