[clang] [HLSL][NFC] Refactor HLSLExternalSemaSource (PR #131032)
Helena Kotas via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 21 12:27:17 PDT 2025
================
@@ -0,0 +1,96 @@
+//===--- HLSLBuiltinTypeDeclBuilder.h - HLSL Builtin Type Decl Builder ---===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
+//
+//===----------------------------------------------------------------------===//
----------------
hekota wrote:
Good catch!
https://github.com/llvm/llvm-project/pull/131032
More information about the cfe-commits
mailing list