EricWF accepted this revision. EricWF added a comment. This revision is now accepted and ready to land.
LGTM nix inline comments. Please fix `MemCounter` to use `size_t` instead. ================ Comment at: test/support/count_new.hpp:62 int delete_called; int last_new_size; ---------------- These should be changed to `size_t` instead. https://reviews.llvm.org/D27268 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits