[PATCH] D38706: [sanitizer] Move the errno/ENOMEM allocator checks logic to separate .cc

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 9 16:23:42 PDT 2017


alekseyshl accepted this revision.
alekseyshl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lib/sanitizer_common/sanitizer_allocator_checks.cc:10
+//
+/// Common allocator checks functions that need to be in a separate compilation
+/// unit.
----------------
Fix this comment (I guess, copying your comment from the header file is enough).


https://reviews.llvm.org/D38706





More information about the llvm-commits mailing list