[PATCH] D25326: [StaticAnalyser] Don't merge different returns in ExplodedGraph
Devin Coughlin via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 7 10:03:22 PDT 2016
dcoughlin added a comment.
Can you also add a test that tests this more directly (i.e., with clang_analyzer_warnIfReached). I don't think it is good to have the only test for this core coverage issue to be in tests for an alpha checker. Adding the direct test would also make it easier to track down any regression if it happens. The 'func.c' test file might be a good place for such a test.
https://reviews.llvm.org/D25326
More information about the cfe-commits
mailing list