[clang] [HLSL] Add test for export function redeclaration (PR #97370)

2024-07-13 Thread Helena Kotas via cfe-commits
https://github.com/hekota closed https://github.com/llvm/llvm-project/pull/97370 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [HLSL] Add test for export function redeclaration (PR #97370)

2024-07-08 Thread Damyan Pepper via cfe-commits
https://github.com/damyanp approved this pull request. https://github.com/llvm/llvm-project/pull/97370 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [HLSL] Add test for export function redeclaration (PR #97370)

2024-07-02 Thread Xiang Li via cfe-commits
https://github.com/python3kgae approved this pull request. https://github.com/llvm/llvm-project/pull/97370 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [HLSL] Add test for export function redeclaration (PR #97370)

2024-07-01 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-hlsl Author: Helena Kotas (hekota) Changes Related to llvm/llvm-project#92812 --- Full diff: https://github.com/llvm/llvm-project/pull/97370.diff 1 Files Affected: - (modified) clang/test/SemaHLSL/export.hlsl (+6) ``diff diff --git a/clang

[clang] [HLSL] Add test for export function redeclaration (PR #97370)

2024-07-01 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Helena Kotas (hekota) Changes Related to llvm/llvm-project#92812 --- Full diff: https://github.com/llvm/llvm-project/pull/97370.diff 1 Files Affected: - (modified) clang/test/SemaHLSL/export.hlsl (+6) ``diff diff --git a/clan

[clang] [HLSL] Add test for export function redeclaration (PR #97370)

2024-07-01 Thread Helena Kotas via cfe-commits
https://github.com/hekota created https://github.com/llvm/llvm-project/pull/97370 Related to llvm/llvm-project#92812 >From 21a7e8bc992ff6e743d0a027469a83e24c48c1d2 Mon Sep 17 00:00:00 2001 From: Helena Kotas Date: Mon, 1 Jul 2024 18:30:20 -0700 Subject: [PATCH] [HLSL] Add test for export funct