<?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 warn-thread-safety-analysis.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>b4025806 - Fix some handling of AST nodes with diagnostics.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/warn-thread-safety-analysis.cpp#b4025806</link>
        <description>Fix some handling of AST nodes with diagnostics.The diagnostic system for Clang can already handle many AST nodes.  Insteadof converting them to strings first, just hand the AST node directly tothe diagnostic system and let it handle the output.  Minor changes in somediagnostic output.llvm-svn: 328688

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/warn-thread-safety-analysis.cpp</description>
        <pubDate>Wed, 28 Mar 2018 04:16:13 +0000</pubDate>
        <dc:creator>Richard Trieu &lt;rtrieu@google.com&gt;</dc:creator>
    </item>
<item>
        <title>33bddbd6 - Make attribute instantiation instantiate all attributes, not just the first of</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/warn-thread-safety-analysis.cpp#33bddbd6</link>
        <description>Make attribute instantiation instantiate all attributes, not just the first ofeach kind.Attribute instantiation would previously default to instantiating each kind ofattribute only once. This was overridden by a flag whose intended purpose wasto permit attributes from a prior declaration to be inherited onto a newdeclaration even if that new declaration had its own copy of the attribute.This is the wrong behavior: when instantiating attributes from a template, weshould always instantiate all the attributes that were written on thattemplate.This patch renames the flag in the Attr class (and TableGen sources) to moreclearly identify what it&apos;s actually for, and removes the usage of the flag fromtemplate instantiation. I also removed the flag from AlignedAttr, which wasonly added to work around the incorrect suppression of duplicate attributeinstantiation.llvm-svn: 321834

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/warn-thread-safety-analysis.cpp</description>
        <pubDate>Thu, 04 Jan 2018 23:42:29 +0000</pubDate>
        <dc:creator>Richard Smith &lt;richard-llvm@metafoo.co.uk&gt;</dc:creator>
    </item>
</channel>
</rss>
