[clang] [HLSL][NFC] Refactor HLSLExternalSemaSource (PR #131032)

Ashley Coleman via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 20 15:14:32 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
+//
+//===----------------------------------------------------------------------===//
+//
+//
+//===----------------------------------------------------------------------===//
----------------
V-FEXrt wrote:

this needs an ifdef/pragma once to ensure its not included multiple times right?

https://github.com/llvm/llvm-project/pull/131032


More information about the cfe-commits mailing list