Skip to content

Commit 93fd8e8

Browse files
committed
Add IWYU export pragma to Type.h
According to 249167a, users are expected to include Type.h, which acts as a facade header for TypeBase.h. Add an IWYU export pragma to help IWYU reason about the relationship.
1 parent 95388b2 commit 93fd8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/AST/Type.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
#include "clang/AST/Decl.h"
2121
#include "clang/AST/DeclCXX.h"
22-
#include "clang/AST/TypeBase.h"
22+
#include "clang/AST/TypeBase.h" // IWYU pragma: export
2323

2424
namespace clang {
2525

0 commit comments

Comments
 (0)