<?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 pragma-ms-alloc-text.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>f382545b - [clang-cl] Handle some pragma alloc_text corner cases handled by MSVC</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Sema/pragma-ms-alloc-text.cpp#f382545b</link>
        <description>[clang-cl] Handle some pragma alloc_text corner cases handled by MSVCMSVC&apos;s pragma alloc_text accepts a function that was redeclared ina non extern-C context if the previous declaration was in an extern-Ccontext. i.e.```extern &quot;C&quot; { static void f(); }static void f();```MSVC&apos;s pragma alloc_text also rejects non-functions.Reviewed By: hansDifferential Revision: https://reviews.llvm.org/D128649

            List of files:
            /llvm-project-15.0.7/clang/test/Sema/pragma-ms-alloc-text.cpp</description>
        <pubDate>Tue, 28 Jun 2022 13:45:18 +0000</pubDate>
        <dc:creator>Stephen Long &lt;steplong@quicinc.com&gt;</dc:creator>
    </item>
<item>
        <title>a5b056fe - [MSVC] Fix pragma alloc_text failing for C files</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Sema/pragma-ms-alloc-text.cpp#a5b056fe</link>
        <description>[MSVC] Fix pragma alloc_text failing for C files`isExternCContext()` is returning false for functions in C filesReviewed By: rnk, aaron.ballmanDifferential Revision: https://reviews.llvm.org/D126559

            List of files:
            /llvm-project-15.0.7/clang/test/Sema/pragma-ms-alloc-text.cpp</description>
        <pubDate>Wed, 01 Jun 2022 16:39:32 +0000</pubDate>
        <dc:creator>Stephen Long &lt;steplong@quicinc.com&gt;</dc:creator>
    </item>
<item>
        <title>b147717b - [MSVC] Add support for pragma alloc_text</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Sema/pragma-ms-alloc-text.cpp#b147717b</link>
        <description>[MSVC] Add support for pragma alloc_text`#pragma alloc_text` is a MSVC pragma that names the code section where functions should be placed. It onlyapplies to functions with C linkage.https://docs.microsoft.com/en-us/cpp/preprocessor/alloc-text?view=msvc-170Reviewed By: aaron.ballmanDifferential Revision: https://reviews.llvm.org/D125011

            List of files:
            /llvm-project-15.0.7/clang/test/Sema/pragma-ms-alloc-text.cpp</description>
        <pubDate>Mon, 16 May 2022 13:59:40 +0000</pubDate>
        <dc:creator>Stephen Long &lt;steplong@quicinc.com&gt;</dc:creator>
    </item>
</channel>
</rss>
