[PATCH] D16044: getDescriptiveName() for MemRegion

Alexander Droste via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 9 12:47:51 PST 2016


Alexander_Droste added a comment.

Thanks for pointing this out. What's actually the best way to test the function? 
If I test this function with an integration test, I need to rely on a checker which uses the function to output diagnostics.
Is it possible to test this with a unit test? My assumption is that parts of the MemRegion would then need to be mocked.


http://reviews.llvm.org/D16044





More information about the cfe-commits mailing list