<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/clang/test/OpenMP/master_taskloop_simd_linear_messages.cpp, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>[clang] consistently quote expressions in diagnostics (#134769)</title>
<updated>2025-04-15T07:18:23+00:00</updated>
<author>
<name>Matheus Izvekov</name>
<email>mizvekov@gmail.com</email>
</author>
<published>2025-04-15T07:18:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=fceb9cecdf6264eb773ee826b72a51a9ec68ec74'/>
<id>fceb9cecdf6264eb773ee826b72a51a9ec68ec74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[clang] Replace "can't" and "can not" in diagnostics with "cannot" (#116623)</title>
<updated>2024-11-18T21:28:17+00:00</updated>
<author>
<name>Krzysztof Parzyszek</name>
<email>Krzysztof.Parzyszek@amd.com</email>
</author>
<published>2024-11-18T21:28:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=e44c28f07ede2bd693e2372317880f57a635fa73'/>
<id>e44c28f07ede2bd693e2372317880f57a635fa73</id>
<content type='text'>
See
https://discourse.llvm.org/t/cant-cannot-can-not-in-diagnostic-messages/83171</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See
https://discourse.llvm.org/t/cant-cannot-can-not-in-diagnostic-messages/83171</pre>
</div>
</content>
</entry>
<entry>
<title>[OpenMP 5.2] Deprecate old syntax of linear clause (#70152)</title>
<updated>2023-10-25T22:36:36+00:00</updated>
<author>
<name>Fazlay Rabbi</name>
<email>106703039+mdfazlay@users.noreply.github.com</email>
</author>
<published>2023-10-25T22:36:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=9237ce46138c311849e7de19a9a3ea930f1dbd6d'/>
<id>9237ce46138c311849e7de19a9a3ea930f1dbd6d</id>
<content type='text'>
The syntax of the linear clause that specifies its argument and
linear-modifier as linear-modifier(list) was deprecated since OpenMP 5.2
and the step modifier was added for specifying the linear step.

Reference: OpenMP 5.2 Spec, Page 627, Line 15</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The syntax of the linear clause that specifies its argument and
linear-modifier as linear-modifier(list) was deprecated since OpenMP 5.2
and the step modifier was added for specifying the linear step.

Reference: OpenMP 5.2 Spec, Page 627, Line 15</pre>
</div>
</content>
</entry>
<entry>
<title>[OpenMP 5.2] Initial parsing and semantic analysis suppport for 'step' modifier on 'linear' clause</title>
<updated>2023-10-24T22:04:23+00:00</updated>
<author>
<name>Fazlay Rabbi</name>
<email>fazlay.rabbi@intel.com</email>
</author>
<published>2023-09-20T18:12:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=567a660a252323f2e82abaf48752dcad26d4779e'/>
<id>567a660a252323f2e82abaf48752dcad26d4779e</id>
<content type='text'>
Reference:
(1) OpenMP 5.2 Specification - Seciton 5.4.6

Differential revision: https://reviews.llvm.org/D159546
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reference:
(1) OpenMP 5.2 Specification - Seciton 5.4.6

Differential revision: https://reviews.llvm.org/D159546
</pre>
</div>
</content>
</entry>
<entry>
<title>[OPENMP]Consider 'omp_null_allocator' as a predefined allocator.</title>
<updated>2020-05-07T14:11:06+00:00</updated>
<author>
<name>Alexey Bataev</name>
<email>a.bataev@hotmail.com</email>
</author>
<published>2020-04-30T17:32:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=8026394d3cc77db6f8172eeaa83b9747979c8642'/>
<id>8026394d3cc77db6f8172eeaa83b9747979c8642</id>
<content type='text'>
Summary:
omp.h header file defines omp_null_allocator as a predefined allocator,
need to consider it also as a predefined allocator.

Reviewers: jdoerfert

Subscribers: jholewinski, yaxunl, guansong, cfe-commits, caomhin

Tags: #clang

Differential Revision: https://reviews.llvm.org/D79186
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
omp.h header file defines omp_null_allocator as a predefined allocator,
need to consider it also as a predefined allocator.

Reviewers: jdoerfert

Subscribers: jholewinski, yaxunl, guansong, cfe-commits, caomhin

Tags: #clang

Differential Revision: https://reviews.llvm.org/D79186
</pre>
</div>
</content>
</entry>
<entry>
<title>[OPENMP50]Add support for master taskloop simd.</title>
<updated>2019-10-18T16:47:35+00:00</updated>
<author>
<name>Alexey Bataev</name>
<email>a.bataev@hotmail.com</email>
</author>
<published>2019-10-18T16:47:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=b8552abfe7ce0c4cd37d136bbcf8cb319a28f260'/>
<id>b8552abfe7ce0c4cd37d136bbcf8cb319a28f260</id>
<content type='text'>
Added  trsing/semantics/codegen for combined construct master taskloop simd.

llvm-svn: 375255
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added  trsing/semantics/codegen for combined construct master taskloop simd.

llvm-svn: 375255
</pre>
</div>
</content>
</entry>
</feed>
