[clang] [Clang] Error on extraneous template headers by default. (PR #104046)

2024-08-14 Thread via cfe-commits
https://github.com/cor3ntin closed https://github.com/llvm/llvm-project/pull/104046 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang] Error on extraneous template headers by default. (PR #104046)

2024-08-14 Thread via cfe-commits
https://github.com/cor3ntin updated https://github.com/llvm/llvm-project/pull/104046 >From 5c724a55dda16dcf5dfd8e5be8c86001fa6c9fe7 Mon Sep 17 00:00:00 2001 From: Corentin Jabot Date: Wed, 14 Aug 2024 17:25:29 +0200 Subject: [PATCH 1/2] [Clang] Error on extraneous template headers by default.

[clang] [Clang] Error on extraneous template headers by default. (PR #104046)

2024-08-14 Thread via cfe-commits
https://github.com/cor3ntin updated https://github.com/llvm/llvm-project/pull/104046 >From 5c724a55dda16dcf5dfd8e5be8c86001fa6c9fe7 Mon Sep 17 00:00:00 2001 From: Corentin Jabot Date: Wed, 14 Aug 2024 17:25:29 +0200 Subject: [PATCH 1/2] [Clang] Error on extraneous template headers by default.

[clang] [Clang] Error on extraneous template headers by default. (PR #104046)

2024-08-14 Thread Aaron Ballman via cfe-commits
https://github.com/AaronBallman approved this pull request. LGTM! https://github.com/llvm/llvm-project/pull/104046 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang] Error on extraneous template headers by default. (PR #104046)

2024-08-14 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: cor3ntin (cor3ntin) Changes As discussed here https://github.com/llvm/llvm-project/issues/99296#issuecomment-2240807413 Fixes #99296 Fixes #50294 --- Full diff: https://github.com/llvm/llvm-project/pull/104046.diff 4 Files Affected: -

[clang] [Clang] Error on extraneous template headers by default. (PR #104046)

2024-08-14 Thread via cfe-commits
https://github.com/cor3ntin edited https://github.com/llvm/llvm-project/pull/104046 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang] Error on extraneous template headers by default. (PR #104046)

2024-08-14 Thread via cfe-commits
https://github.com/cor3ntin created https://github.com/llvm/llvm-project/pull/104046 As discussed here https://github.com/llvm/llvm-project/issues/99296#issuecomment-2240807413 Fixes #99296 Fixes #50294 >From 5c724a55dda16dcf5dfd8e5be8c86001fa6c9fe7 Mon Sep 17 00:00:00 2001 From: Corentin Jabo