Add IWYU private pragmas to internal headers.

This commit is contained in:
Antonio Sánchez
2023-08-21 16:25:22 +00:00
committed by Rasmus Munk Larsen
parent 328b5f9085
commit 6e4d5d4832
434 changed files with 434 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
// This file contains many lightweight helper classes used to
// implement and control fast level 2 and level 3 BLAS-like routines.
// IWYU pragma: private
#include "../InternalHeaderCheck.h"
namespace Eigen {

View File

@@ -473,6 +473,7 @@
/** \brief Namespace containing all symbols from the %Eigen library. */
// IWYU pragma: private
#include "../InternalHeaderCheck.h"
namespace Eigen {

View File

@@ -12,6 +12,7 @@
#ifndef EIGEN_CONSTANTS_H
#define EIGEN_CONSTANTS_H
// IWYU pragma: private
#include "../InternalHeaderCheck.h"
namespace Eigen {

View File

@@ -11,6 +11,7 @@
#ifndef EIGEN_FORWARDDECLARATIONS_H
#define EIGEN_FORWARDDECLARATIONS_H
// IWYU pragma: private
#include "../InternalHeaderCheck.h"
namespace Eigen {

View File

@@ -11,6 +11,7 @@
#ifndef EIGEN_INDEXED_VIEW_HELPER_H
#define EIGEN_INDEXED_VIEW_HELPER_H
// IWYU pragma: private
#include "../InternalHeaderCheck.h"
namespace Eigen {

View File

@@ -11,6 +11,7 @@
#ifndef EIGEN_INTEGRAL_CONSTANT_H
#define EIGEN_INTEGRAL_CONSTANT_H
// IWYU pragma: private
#include "../InternalHeaderCheck.h"
namespace Eigen {

View File

@@ -120,6 +120,7 @@
#include "../../misc/blas.h"
#endif
// IWYU pragma: private
#include "../InternalHeaderCheck.h"
namespace Eigen {

View File

@@ -10,6 +10,7 @@
#ifndef EIGEN_MACROS_H
#define EIGEN_MACROS_H
// IWYU pragma: private
#include "../InternalHeaderCheck.h"
//------------------------------------------------------------------------------------------

View File

@@ -78,6 +78,7 @@
#endif
// IWYU pragma: private
#include "../InternalHeaderCheck.h"
namespace Eigen {

View File

@@ -11,6 +11,7 @@
#ifndef EIGEN_META_H
#define EIGEN_META_H
// IWYU pragma: private
#include "../InternalHeaderCheck.h"
#if defined(EIGEN_GPU_COMPILE_PHASE)

View File

@@ -11,6 +11,7 @@
#ifndef EIGEN_MOREMETA_H
#define EIGEN_MOREMETA_H
// IWYU pragma: private
#include "../InternalHeaderCheck.h"
namespace Eigen {

View File

@@ -11,6 +11,7 @@
#ifndef EIGEN_RESHAPED_HELPER_H
#define EIGEN_RESHAPED_HELPER_H
// IWYU pragma: private
#include "../InternalHeaderCheck.h"
namespace Eigen {

View File

@@ -10,6 +10,7 @@
#ifndef EIGEN_SYMBOLIC_INDEX_H
#define EIGEN_SYMBOLIC_INDEX_H
// IWYU pragma: private
#include "../InternalHeaderCheck.h"
namespace Eigen {

View File

@@ -11,6 +11,7 @@
#ifndef EIGEN_XPRHELPER_H
#define EIGEN_XPRHELPER_H
// IWYU pragma: private
#include "../InternalHeaderCheck.h"
namespace Eigen {