[libc-commits] [PATCH] D113108: [libc][NFC] Allow memset (and bzero) to be inlined
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Nov 3 10:14:57 PDT 2021
michaelrj added inline comments.
================
Comment at: libc/src/string/memory_utils/memset_implementations.inl:8-10
-#ifndef LLVM_LIBC_SRC_STRING_MEMORY_UTILS_MEMSET_UTILS_H
-#define LLVM_LIBC_SRC_STRING_MEMORY_UTILS_MEMSET_UTILS_H
----------------
Should the new inline files have header guards?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113108/new/
https://reviews.llvm.org/D113108
More information about the libc-commits
mailing list