[PATCH] D18073: Add memory allocating functions

Anna Zaks via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 6 13:07:20 PDT 2016


zaks.anna added a comment.

You will have to add one test function to smoke test that the newly added API is modeled correctly. We also have a lot of existing tests that verify that each of the original APIs (malloc. free, new) function correctly in all possible settings. What is the contradiction in asking to add the smoke tests in a separate file?


http://reviews.llvm.org/D18073





More information about the cfe-commits mailing list