| // NOLINT(llvm-header-guard) https://github.com/llvm/llvm-project/issues/83339 | |
| //===-- Internal header for assert ------------------------------*- C++ -*-===// | |
| // | |
| // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. | |
| // See https://llvm.org/LICENSE.txt for license information. | |
| // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | |
| // | |
| //===----------------------------------------------------------------------===// | |
| // There is no header guard here since assert is intended to be capable of being | |
| // included multiple times with NDEBUG defined differently, causing different | |
| // behavior. | |