<?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 objc-container-subscripting-3.m</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>7068aa98 - Strengthen -Wint-conversion to default to an error</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaObjC/objc-container-subscripting-3.m#7068aa98</link>
        <description>Strengthen -Wint-conversion to default to an errorClang has traditionally allowed C programs to implicitly convertintegers to pointers and pointers to integers, despite it not beingvalid to do so except under special circumstances (like converting theinteger 0, which is the null pointer constant, to a pointer). In C89,this would result in undefined behavior per 3.3.4, and in C99 this rulewas strengthened to be a constraint violation instead. Constraintviolations are most often handled as an error.This patch changes the warning to default to an error in all C modes(it is already an error in C++). This gives us better security postureby calling out potential programmer mistakes in code but still allowsusers who need this behavior to use -Wno-error=int-conversion to retainthe warning behavior, or -Wno-int-conversion to silence the diagnosticentirely.Differential Revision: https://reviews.llvm.org/D129881

            List of files:
            /llvm-project-15.0.7/clang/test/SemaObjC/objc-container-subscripting-3.m</description>
        <pubDate>Fri, 22 Jul 2022 19:24:54 +0000</pubDate>
        <dc:creator>Aaron Ballman &lt;aaron@aaronballman.com&gt;</dc:creator>
    </item>
<item>
        <title>7deaeb2a - Use functions with prototypes when appropriate; NFC</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaObjC/objc-container-subscripting-3.m#7deaeb2a</link>
        <description>Use functions with prototypes when appropriate; NFCA significant number of our tests in C accidentally use functionswithout prototypes. This patch converts the function signatures to havea prototype for the situations where the test is not specific to K&amp;R Cdeclarations. e.g.,  void func();becomes  void func(void);This is the fourth batch of tests being updated (there are a significantnumber of other tests left to be updated).

            List of files:
            /llvm-project-15.0.7/clang/test/SemaObjC/objc-container-subscripting-3.m</description>
        <pubDate>Mon, 07 Feb 2022 20:28:35 +0000</pubDate>
        <dc:creator>Aaron Ballman &lt;aaron@aaronballman.com&gt;</dc:creator>
    </item>
<item>
        <title>96c49686 - Capitalize &quot;Objective-C&quot; and &quot;C++&quot; in user-facing contexts.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaObjC/objc-container-subscripting-3.m#96c49686</link>
        <description>Capitalize &quot;Objective-C&quot; and &quot;C++&quot; in user-facing contexts.No functionality change.llvm-svn: 160516

            List of files:
            /llvm-project-15.0.7/clang/test/SemaObjC/objc-container-subscripting-3.m</description>
        <pubDate>Thu, 19 Jul 2012 18:10:18 +0000</pubDate>
        <dc:creator>Jordan Rose &lt;jordan_rose@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>e65b086e - Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaObjC/objc-container-subscripting-3.m#e65b086e</link>
        <description>Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,NSNumber, and boolean literals.  This includes both Sema and Codegen support.Included is also support for new Objective-C container subscripting.My apologies for the large patch.  It was very difficult to break apart.The patch introduces changes to the driver as well to cause clang to linkin additional runtime support when needed to support the new language features.Docs are forthcoming to document the implementation and behavior of these features.llvm-svn: 152137

            List of files:
            /llvm-project-15.0.7/clang/test/SemaObjC/objc-container-subscripting-3.m</description>
        <pubDate>Tue, 06 Mar 2012 20:05:56 +0000</pubDate>
        <dc:creator>Ted Kremenek &lt;kremenek@apple.com&gt;</dc:creator>
    </item>
</channel>
</rss>
