[PATCH] D123278: [Clang] [Docs] Add HLSLSupport page
Jakub Kuderski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 8 07:27:34 PDT 2022
kuhar accepted this revision.
kuhar added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: clang/docs/HLSLSupport.rst:223
+* References
+* goto or labels
+* Variable Length Arrays
----------------
nit, for consistency with the other list items: make goto verbatim
================
Comment at: clang/docs/HLSLSupport.rst:225
+* Variable Length Arrays
+* _Complex and _Imaginary
+* C Threads or Atomics (or Obj-C blocks)
----------------
nit: also verbatim?
================
Comment at: clang/docs/HLSLSupport.rst:237
+* Anonymous or inline namespaces
+* ``new`` & ``delete`` operators in all of their forms (array, placement, etc)
+* Constructors & destructors
----------------
ubernit: & -> and, for consistency with the other list items
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123278/new/
https://reviews.llvm.org/D123278
More information about the cfe-commits
mailing list