You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clang/docs/ReleaseNotes.rst
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,8 +193,8 @@ sections with improvements to Clang's support for those languages.
193
193
194
194
C++ Language Changes
195
195
--------------------
196
-
- Allow single element access of GCC vector/ext_vector_type object to be
197
-
constant expression. Supports the `V.xyzw` syntax and other tidbits
196
+
- Allow single element access of GCC vector/ext_vector_type object to be
197
+
constant expression. Supports the `V.xyzw` syntax and other tidbits
198
198
as seen in OpenCL. Selecting multiple elements is left as a future work.
199
199
While the implementation already existed since Clang 4, it was turned off by
200
200
default, and was controlled with the `-frelaxed-template-template-args` flag.
@@ -766,7 +766,7 @@ Improvements to Clang's diagnostics
766
766
767
767
- Clang now diagnoses dangling assignments for pointer-like objects (annotated with `[[gsl::Pointer]]`) under `-Wdangling-assignment-gsl` (off by default)
768
768
Fixes #GH63310.
769
-
769
+
770
770
- Clang now diagnoses uses of alias templates with a deprecated attribute. (Fixes #GH18236).
771
771
772
772
.. code-block:: c++
@@ -1160,6 +1160,8 @@ AMDGPU Support
1160
1160
definitions for GPU builtin functions. This header can be included for OpenMP,
Copy file name to clipboardExpand all lines: clang/test/Driver/Inputs/rocm-spack/llvm-amdgpu-4.0.0-ieagcs7inf7runpyfvepqkurasoglq4z/amdgcn/bitcode/oclc_abi_version_600.bc
0 commit comments