[PATCH] D42307: [OpenCL][6.0.0 Release] Release notes for OpenCL in Clang
Sven van Haastregt via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 22 03:27:29 PST 2018
svenvh accepted this revision.
svenvh added inline comments.
================
Comment at: docs/ReleaseNotes.rst:233
+- Added private address space explicitly in AST and refactored address space support
+ with several simplifications and bug fixes (llvm.org/pr33419 and llvm.org/pr33420).
+
----------------
Nitpick: these could be hyperlinks:
```
`PR33419 <https://llvm.org/pr33419>`_ and `PR33420 <https://llvm.org/pr33420>`_
```
https://reviews.llvm.org/D42307
More information about the cfe-commits
mailing list