[all-commits] [llvm/llvm-project] 081fe1: Add IWYU export pragma to Type.h (#159154)
Kim Gräsman via All-commits
all-commits at lists.llvm.org
Tue Sep 16 12:36:11 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 081fe1d517f13f204ff06f50cb68fb6508dba0d7
https://github.com/llvm/llvm-project/commit/081fe1d517f13f204ff06f50cb68fb6508dba0d7
Author: Kim Gräsman <kim.grasman at gmail.com>
Date: 2025-09-16 (Tue, 16 Sep 2025)
Changed paths:
M clang/include/clang/AST/Type.h
Log Message:
-----------
Add IWYU export pragma to Type.h (#159154)
According to 249167a8982afc3f55237baf1532c5c8ebd850b3, 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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list