We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b91647 commit 4df364bCopy full SHA for 4df364b
libc/src/assert/assert.h
@@ -1,3 +1,4 @@
1
+// NOLINT(llvm-header-guard) https://github.com/llvm/llvm-project/issues/83339
2
//===-- Internal header for assert ------------------------------*- C++ -*-===//
3
//
4
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
@@ -6,9 +7,6 @@
6
7
8
//===----------------------------------------------------------------------===//
9
-#ifndef LLVM_LIBC_SRC_ASSERT_ASSERT_H
10
-#define LLVM_LIBC_SRC_ASSERT_ASSERT_H
11
-
12
#include "src/assert/__assert_fail.h"
13
14
// There is no header guard here since assert is intended to be capable of being
@@ -25,5 +23,3 @@
25
23
: LIBC_NAMESPACE::__assert_fail(#e, __FILE__, __LINE__, \
26
24
__PRETTY_FUNCTION__))
27
#endif // NDEBUG
28
29
-#endif // LLVM_LIBC_SRC_ASSERT_ASSERT_H
0 commit comments