Returns when calling an inline function should not be merged in the ExplodedGraph unless they are same.
Background post on cfe-dev:
http://lists.llvm.org/pipermail/cfe-dev/2016-October/051001.html
Here is an example patch that solves my false positives and also fixes 2 false negatives in existing tests.
What do you think about this approach?