[clang] [NFC] Minimize header includes (PR #66339)

2023-09-14 Thread Bill Wendling via cfe-commits
https://github.com/bwendling closed https://github.com/llvm/llvm-project/pull/66339 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [NFC] Minimize header includes (PR #66339)

2023-09-14 Thread Anders Waldenborg via cfe-commits
https://github.com/wanders approved this pull request. LGTM. Assuming that clang/examples/Attribute/ still compiles fine (it should be part of clang/test/Frontend/ tests) https://github.com/llvm/llvm-project/pull/66339 ___ cfe-commits mailing list c

[clang] [NFC] Minimize header includes (PR #66339)

2023-09-14 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Changes Minimize the headers included in header files to reduce the number of files that need recompiled after a change. -- Full diff: https://github.com/llvm/llvm-project/pull/66339.diff 6 Files Affected: - (modified) clang/include/cl

[clang] [NFC] Minimize header includes (PR #66339)

2023-09-14 Thread via cfe-commits
https://github.com/llvmbot labeled https://github.com/llvm/llvm-project/pull/66339 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [NFC] Minimize header includes (PR #66339)

2023-09-14 Thread via cfe-commits
https://github.com/llvmbot labeled https://github.com/llvm/llvm-project/pull/66339 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [NFC] Minimize header includes (PR #66339)

2023-09-14 Thread Bill Wendling via cfe-commits
https://github.com/bwendling review_requested https://github.com/llvm/llvm-project/pull/66339 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [NFC] Minimize header includes (PR #66339)

2023-09-14 Thread Bill Wendling via cfe-commits
https://github.com/bwendling review_requested https://github.com/llvm/llvm-project/pull/66339 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [NFC] Minimize header includes (PR #66339)

2023-09-14 Thread Bill Wendling via cfe-commits
https://github.com/bwendling created https://github.com/llvm/llvm-project/pull/66339: Minimize the headers included in header files to reduce the number of files that need recompiled after a change. >From fafc158270aa454253d885111c297ab0aaaca7dc Mon Sep 17 00:00:00 2001 From: Bill Wendling Da