<?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 compare-modules-cxx2a.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>8a4fcfc2 - Remove non-affecting module maps from PCM files.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/compare-modules-cxx2a.cpp#8a4fcfc2</link>
        <description>Remove non-affecting module maps from PCM files.Problem:PCM file includes references to all module maps used in compilation which created PCM. This problem leads to PCM-rebuilds in distributed compilations as some module maps could be missing in isolated compilation. (For example in our distributed build system we create a temp folder for every compilation with only modules and headers that are needed for that particular command).Solution:Add only affecting module map files to a PCM-file.Reviewed By: rsmithDifferential Revision: https://reviews.llvm.org/D106876

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/compare-modules-cxx2a.cpp</description>
        <pubDate>Thu, 18 Nov 2021 09:55:57 +0000</pubDate>
        <dc:creator>Ilya Kuteev &lt;ilyakuteev@yandex-team.ru&gt;</dc:creator>
    </item>
<item>
        <title>0a088ead - Improve diagnostics for missing import / #include of module.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/compare-modules-cxx2a.cpp#0a088ead</link>
        <description>Improve diagnostics for missing import / #include of module.Fix a few bugs where we would fail to properly determine header tomodule correspondence when determining whether to suggest a #include orimport, and suggest a #include more often in language modes where thereis no import syntax. Generally, if the target is in a header withinclude guards or #pragma once, we should suggest either #including orimporting that header, and not importing a module that happens totextually include it.In passing, improve the notes we attach to the correspondingdiagnostics: calling an entity that we couldn&apos;t see &quot;previous&quot; isconfusing.

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/compare-modules-cxx2a.cpp</description>
        <pubDate>Wed, 29 Apr 2020 01:22:34 +0000</pubDate>
        <dc:creator>Richard Smith &lt;richard@metafoo.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>56bba012 - [c++20] Fix incorrect assumptions in checks for comparison category types.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/compare-modules-cxx2a.cpp#56bba012</link>
        <description>[c++20] Fix incorrect assumptions in checks for comparison category types.In the presence of modules, we can have multiple lookup results for thesame entity, and we need to re-check for completeness each time weconsider a type.

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/compare-modules-cxx2a.cpp</description>
        <pubDate>Mon, 09 Dec 2019 20:08:59 +0000</pubDate>
        <dc:creator>Richard Smith &lt;richard@metafoo.co.uk&gt;</dc:creator>
    </item>
</channel>
</rss>
