<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in target_data_if_messages.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>655cb4a2 - [OPENMP]Add support for analysis of if clauses.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/target_data_if_messages.cpp#655cb4a2</link>
        <description>[OPENMP]Add support for analysis of if clauses.Summary:Added support for analysis of if clauses in the OpenMP directives to beable to check for the use of uninitialized variables.Reviewers: NoQSubscribers: guansong, jfb, jdoerfert, caomhin, kkwli0, cfe-commitsTags: clangDifferential Revision: https://reviews.llvm.org/D64646llvm-svn: 366211

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/target_data_if_messages.cpp</description>
        <pubDate>Tue, 16 Jul 2019 14:51:46 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e7e8789a - Revert &quot;[OPENMP]Add support for analysis of if clauses.&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/target_data_if_messages.cpp#e7e8789a</link>
        <description>Revert &quot;[OPENMP]Add support for analysis of if clauses.&quot;This reverts commit rL366068.The patch broke 86 tests under clang/test/OpenMP/ when run with address sanitizer.llvm-svn: 366169

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/target_data_if_messages.cpp</description>
        <pubDate>Tue, 16 Jul 2019 03:20:15 +0000</pubDate>
        <dc:creator>Ali Tamur &lt;tamur@google.com&gt;</dc:creator>
    </item>
<item>
        <title>63d00b19 - [OPENMP]Add support for analysis of if clauses.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/target_data_if_messages.cpp#63d00b19</link>
        <description>[OPENMP]Add support for analysis of if clauses.Summary:Added support for analysis of if clauses in the OpenMP directives to beable to check for the use of uninitialized variables.Reviewers: NoQSubscribers: guansong, jfb, jdoerfert, caomhin, kkwli0, cfe-commitsTags: #clangDifferential Revision: https://reviews.llvm.org/D64646llvm-svn: 366068

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/target_data_if_messages.cpp</description>
        <pubDate>Mon, 15 Jul 2019 14:46:23 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a914888b - [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392,</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/target_data_if_messages.cpp#a914888b</link>
        <description>[OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392,NFC.llvm-svn: 365334

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/target_data_if_messages.cpp</description>
        <pubDate>Mon, 08 Jul 2019 15:45:24 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a8a9153a - [OPENMP] Support for -fopenmp-simd option with compilation of simd loops</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/target_data_if_messages.cpp#a8a9153a</link>
        <description>[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsonly.Added support for -fopenmp-simd option that allows compilation ofsimd-based constructs without emission of OpenMP runtime calls.llvm-svn: 321560

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/target_data_if_messages.cpp</description>
        <pubDate>Fri, 29 Dec 2017 18:07:07 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2a6de8c3 - [OPENMP] Fix for PR31428: variable named like directive name modifier</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/target_data_if_messages.cpp#2a6de8c3</link>
        <description>[OPENMP] Fix for PR31428: variable named like directive name modifierDirective name modifiers in &apos;if&apos; clause are allowed only for OpenMP 4.5and higher + in OpenMP 4.5 parsing procedure emits error message if &apos;:&apos;is not found after directive name modifier.llvm-svn: 290175

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/target_data_if_messages.cpp</description>
        <pubDate>Tue, 20 Dec 2016 12:10:05 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>46a04bb5 - [OpenMP] Check for at least one map clause on target data directive.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/target_data_if_messages.cpp#46a04bb5</link>
        <description>[OpenMP] Check for at least one map clause on target data directive.Summary:Adds the following restriction in the OpenMP specifications.OpenMP [2.10.1, Restrictions, p. 97]At least one map clause must appear on the directive.Reviewers: ABataevDifferential Revision: http://reviews.llvm.org/D16341llvm-svn: 258425

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/target_data_if_messages.cpp</description>
        <pubDate>Thu, 21 Jan 2016 19:57:55 +0000</pubDate>
        <dc:creator>Arpith Chacko Jacob &lt;acjacob@us.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>ecb156ab - [OPENMP] Emit an additional note during analysis of &apos;if&apos; clause.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/target_data_if_messages.cpp#ecb156ab</link>
        <description>[OPENMP] Emit an additional note during analysis of &apos;if&apos; clause.Patch adds emission of additional note for &apos;if&apos; clauses with name modifiers in case if &apos;if&apos; clause without name modified was specified or &apos;if&apos; clause with the same name modifier was specified.llvm-svn: 247706

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/target_data_if_messages.cpp</description>
        <pubDate>Tue, 15 Sep 2015 17:23:56 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6b8046ad - [OPENMP 4.1] Parsing/sema analysis for extended format of &apos;if&apos; clause.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/target_data_if_messages.cpp#6b8046ad</link>
        <description>[OPENMP 4.1] Parsing/sema analysis for extended format of &apos;if&apos; clause.OpenMP 4.1 added special &apos;directive-name-modifier&apos; to the &apos;if&apos; clause.Format of &apos;if&apos; clause is as follows:```if([ directive-name-modifier :] scalar-logical-expression)```The restriction rules are also changed.1. If any &apos;if&apos; clause on the directive includes a &apos;directive-name-modifier&apos; then all &apos;if&apos; clauses on the directive must include a &apos;directive-name-modifier&apos;.2. At most one &apos;if&apos; clause without a &apos;directive-name-modifier&apos; can appear on the directive.3. At most one &apos;if&apos; clause with some particular &apos;directive-name-modifier&apos; can appear on the directive.&apos;directive-name-modifier&apos; is important for combined directives and allows to separate conditions in &apos;if&apos; clause for simple sub-directives in combined directive. This &apos;directive-name-modifier&apos; identifies the sub-directive to which this &apos;if&apos; clause must be applied.llvm-svn: 246747

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/target_data_if_messages.cpp</description>
        <pubDate>Thu, 03 Sep 2015 07:23:48 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>65f367fc - Commit for http://reviews.llvm.org/D10765</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/target_data_if_messages.cpp#65f367fc</link>
        <description>Commit for http://reviews.llvm.org/D10765for OpenMP 4 target data directive parsing and sema.This commit is on behalf of Kelvin Li.llvm-svn: 242785

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/target_data_if_messages.cpp</description>
        <pubDate>Tue, 21 Jul 2015 13:44:28 +0000</pubDate>
        <dc:creator>Michael Wong &lt;fraggamuffin@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
