[clang] [clang][NFC] Add regression tests for GH63782 (PR #109104)

2024-09-18 Thread Balazs Benics via cfe-commits
https://github.com/steakhal closed https://github.com/llvm/llvm-project/pull/109104 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][NFC] Add regression tests for GH63782 (PR #109104)

2024-09-18 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Balazs Benics (steakhal) Changes Patch by Alejandro Alvarez Ayllon! CPP-5380 --- Full diff: https://github.com/llvm/llvm-project/pull/109104.diff 1 Files Affected: - (modified) clang/test/SemaTemplate/concepts-out-of-line-def.cpp (+44)

[clang] [clang][NFC] Add regression tests for GH63782 (PR #109104)

2024-09-18 Thread Balazs Benics via cfe-commits
https://github.com/steakhal created https://github.com/llvm/llvm-project/pull/109104 Patch by Alejandro Alvarez Ayllon! CPP-5380 >From f495ed375b0581d475e13636e201cef57718d127 Mon Sep 17 00:00:00 2001 From: Alejandro _lvarez Ayll_n Date: Wed, 18 Sep 2024 10:58:03 +0200 Subject: [PATCH] [clang