[libc-commits] [libc] [libc] remove header guard for assert.h (PR #83334)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Wed Feb 28 13:11:01 PST 2024


================
@@ -1,3 +1,4 @@
+// NOLINT(llvm-header-guard)
----------------
jhuber6 wrote:

That's silly, considering that every single file in LLVM starts with a header comment. I'd open an issue personally.

https://github.com/llvm/llvm-project/pull/83334


More information about the libc-commits mailing list