[libc-commits] [PATCH] D75420: [libc] Add initial assert definition

Alex Brachet via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Mar 9 00:30:32 PDT 2020


abrachet updated this revision to Diff 249035.
abrachet added a comment.

- Prefer `unsigned` over `size_t`
- Remove __assert_fail from stdc.td
- Add comment to __assert_fail.cpp


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

https://reviews.llvm.org/D75420

Files:
  libc/config/linux/api.td
  libc/include/CMakeLists.txt
  libc/include/assert.h.def
  libc/lib/CMakeLists.txt
  libc/spec/stdc.td
  libc/src/CMakeLists.txt
  libc/src/assert/CMakeLists.txt
  libc/src/assert/__assert_fail.cpp
  libc/src/assert/assert.h
  libc/test/src/CMakeLists.txt
  libc/test/src/assert/CMakeLists.txt
  libc/test/src/assert/assert_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75420.249035.patch
Type: text/x-patch
Size: 8193 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200309/dd701d1e/attachment.bin>


More information about the libc-commits mailing list