[clang] [HLSL][Docs] Add documentation for HLSL functions (PR #75397)
Damyan Pepper via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 13 15:13:41 PST 2023
================
@@ -0,0 +1,300 @@
+===================
+HLSL Function Calls
+===================
+
+.. contents::
+ :local:
+
+Introduction
+============
+
+This document descries the design and implementation of HLSL's function call
----------------
damyanp wrote:
typo: `descries` -> `describes`
https://github.com/llvm/llvm-project/pull/75397
More information about the cfe-commits
mailing list