<?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 microsoft-varargs-diagnostics.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>202aac17 - Sema: correct handling for __va_start for WoA</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/microsoft-varargs-diagnostics.cpp#202aac17</link>
        <description>Sema: correct handling for __va_start for WoAWindows ARM indicates __va_start as a variadic function.  However, the functionitself is treated as having 4 formal arguments:  - (out) pointer to the va_list  - (in) address of the last named argument  - (in) slot size for the type of the last argument  - address of the last named argumentThe last argument does not seem to have any bearing on codegen, and thus is notexplicitly type checked at this point.Unlike the previous handling for __va_start, it does not currently validate ifthe parameter is the last named parameter (it seems that MSVC currently acceptsthis).llvm-svn: 213595

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/microsoft-varargs-diagnostics.cpp</description>
        <pubDate>Tue, 22 Jul 2014 02:01:04 +0000</pubDate>
        <dc:creator>Saleem Abdulrasool &lt;compnerd@compnerd.org&gt;</dc:creator>
    </item>
</channel>
</rss>
