[PATCH] D43871: [modules] No longer include stdlib.h from mm_malloc.h.
Raphael Isemann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 11 08:12:15 PDT 2018
teemperor updated this revision to Diff 164885.
teemperor marked 3 inline comments as done.
teemperor added a comment.
- Removed comment about redeclaring free in the test. That's wasn't correctly formulated and is anyway no longer true now that the test case including this file got bigger.
- Fixed formatting in the free declaration.
(Thanks, Richard).
https://reviews.llvm.org/D43871
Files:
lib/Headers/mm_malloc.h
lib/Sema/SemaExceptionSpec.cpp
test/CXX/except/except.spec/Inputs/clang/mm_malloc.h
test/CXX/except/except.spec/Inputs/clang/module.modulemap
test/CXX/except/except.spec/Inputs/libc/module.modulemap
test/CXX/except/except.spec/Inputs/libc/stdlib.h
test/CXX/except/except.spec/libc-empty-except.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43871.164885.patch
Type: text/x-patch
Size: 11117 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180911/4ed18ab0/attachment.bin>
More information about the cfe-commits
mailing list