Daniel Marjamaki fabe840e75 [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
2017-08-02 08:26:56 +00:00
..
2016-07-18 19:02:11 +00:00
2016-06-24 04:05:48 +00:00
2016-07-18 19:02:11 +00:00
2016-07-18 19:02:11 +00:00