[libc-commits] [PATCH] D90653: [LIBC][NFC] Rename errno and assert files to match other files with functions

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Nov 3 13:27:35 PST 2020


michaelrj updated this revision to Diff 302673.
michaelrj marked 5 inline comments as done.
michaelrj added a comment.

added header guard to llvmlibc_errno.h, and a comment on assert.h explaining the lack of header guard (thank you to abrachet).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90653

Files:
  libc/src/assert/CMakeLists.txt
  libc/src/assert/__assert_fail.cpp
  libc/src/assert/__assert_fail.h
  libc/src/assert/assert.h
  libc/src/errno/CMakeLists.txt
  libc/src/errno/__errno_location.cpp
  libc/src/errno/__errno_location.h
  libc/src/errno/errno_location.cpp
  libc/src/errno/llvmlibc_errno.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90653.302673.patch
Type: text/x-patch
Size: 5075 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20201103/7575ebba/attachment.bin>


More information about the libc-commits mailing list