[PATCH] D119710: [Docs][OpenCL] Release 14 notes

Sven van Haastregt via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 14 07:52:39 PST 2022


svenvh added inline comments.


================
Comment at: clang/docs/ReleaseNotes.rst:262
+- Added parsing support for optionality of device side enqueue and blocks (not
+  fully incomplete yet!).
+- Added missing support for optionality of various builtin functions:
----------------
incomplete -> complete


================
Comment at: clang/docs/ReleaseNotes.rst:277-279
+- Fix address space for temporaries (to be ``__private``).
+- Disallows static kernel functions.
+- Fix implicit definition of ``__cpp_threadsafe_static_init`` macro.
----------------
Nit: it would be better to use the same tense everywhere (fixed, added, ...).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119710/new/

https://reviews.llvm.org/D119710



More information about the cfe-commits mailing list