[libc-commits] [libc] [libc] remove header guard for assert.h (PR #83334)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Wed Feb 28 13:10:29 PST 2024
================
@@ -1,3 +1,4 @@
+// NOLINT(llvm-header-guard)
----------------
nickdesaulniers wrote:
Note to reviewers: It seems like this MUST be the first line FWICT.
https://github.com/llvm/llvm-project/pull/83334
More information about the libc-commits
mailing list