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

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -35,6 +35,7 @@
#ifndef EIGEN_INVERSE_SIZE_4_H
#define EIGEN_INVERSE_SIZE_4_H
// IWYU pragma: private
#include "../InternalHeaderCheck.h"
#if EIGEN_COMP_GNUC_STRICT