[PATCH] D43871: [modules] No longer include stdlib.h from mm_malloc.h.

Joerg Sonnenberger via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 11 13:16:12 PST 2018


joerg added a comment.

This header is used on systems without glibc. So please don't argue about behavior based only on that. Granted, most other libc implementation are less annoying when it comes to `free` and `malloc`, but still.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D43871/new/

https://reviews.llvm.org/D43871





More information about the cfe-commits mailing list