Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
attributes.hpp
Go to the documentation of this file.
1// Copyright 2024, Toyota Motor Corporation
2//
3// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4
5#ifndef INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_COMPILER_SUPPORT_ATTRIBUTES_HPP_
6#define INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_COMPILER_SUPPORT_ATTRIBUTES_HPP_
7
8// parasoft-begin-suppress AUTOSAR-A16_2_2-a-2 "Arene Base aggregate headers permitted by A16-2-2 Permit #1"
9#include "arene/base/compiler_support/attributes/deprecated.hpp" // IWYU pragma: export
10#include "arene/base/compiler_support/attributes/has_attribute.hpp" // IWYU pragma: export
11#include "arene/base/compiler_support/attributes/may_alias.hpp" // IWYU pragma: export
12#include "arene/base/compiler_support/attributes/maybe_unused.hpp" // IWYU pragma: export
13#include "arene/base/compiler_support/attributes/nodiscard.hpp" // IWYU pragma: export
14#include "arene/base/compiler_support/attributes/noreturn.hpp" // IWYU pragma: export
15// parasoft-end-suppress AUTOSAR-A16_2_2-a-2
16
17#endif // INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_COMPILER_SUPPORT_ATTRIBUTES_HPP_