[all-commits] [llvm/llvm-project] 4df364: [libc] remove header guard for assert.h (#83334)
Nick Desaulniers via All-commits
all-commits at lists.llvm.org
Wed Feb 28 13:19:51 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4df364bc93af49ae413ec1ae8328f34ac70730c4
https://github.com/llvm/llvm-project/commit/4df364bc93af49ae413ec1ae8328f34ac70730c4
Author: Nick Desaulniers <nickdesaulniers at users.noreply.github.com>
Date: 2024-02-28 (Wed, 28 Feb 2024)
Changed paths:
M libc/src/assert/assert.h
Log Message:
-----------
[libc] remove header guard for assert.h (#83334)
It's meant to be included multiple times! Maybe use a NOLINT rule to
suppress
clang-tidy's llvm-header-guard lint warning.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list