[PATCH] D127890: [Docs] Update clang & llvm release notes for HLSL
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 15 12:28:00 PDT 2022
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
Thanks for adding the release notes! LGTM aside from some minor nits (take em or leave em).
================
Comment at: clang/docs/ReleaseNotes.rst:72
+- Clang is gaining support for HLSL. Basic features for the HLSL language have
+ started being merged during Clang-15 development, but the implementation is
+ incomplete and highly experimental. For more information about the ongoing
----------------
================
Comment at: clang/docs/ReleaseNotes.rst:75
+ work to support HLSL see the `Clang documentation
+ <https://clang.llvm.org/docs/HLSLSupport.html>`_, or `GitHub project
+ <https://github.com/orgs/llvm/projects/4>`_.
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127890/new/
https://reviews.llvm.org/D127890
More information about the cfe-commits
mailing list