]> granicus.if.org Git - clang/commitdiff
ReleaseNotes: add -Wcirucular-container
authorAlex Denisov <1101.debian@gmail.com>
Sun, 16 Aug 2015 13:03:01 +0000 (13:03 +0000)
committerAlex Denisov <1101.debian@gmail.com>
Sun, 16 Aug 2015 13:03:01 +0000 (13:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_37@245177 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 930ee86ca60f7a788c302f0b4cd3d968c8627e1c..b4fcbde6e5f6c68b23892fabd6fd8396f2d379cf 100644 (file)
@@ -87,6 +87,10 @@ about them. The improvements since the 3.6 release include:
 - -Winfinite-recursion, a warning for functions that only call themselves,
   is now part of -Wmost and -Wall.
 
+- -Wobjc-circular-container prevents creation of circular containers, 
+  it covers ``NSMutableArray``, ``NSMutableSet``, ``NSMutableDictionary``,
+  ``NSMutableOrderedSet`` and all their subclasses.
+
 New Compiler Flags
 ------------------
 
@@ -158,8 +162,8 @@ OpenMP Support
 OpenMP 3.1 is fully supported, but disabled by default. To enable it, please use
 ``-fopenmp=libomp`` command line option. Your feedback (positive or negative) on
 using OpenMP-enabled clang would be much appreciated; please share it either on
-`cfe-dev <http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev>`_ or `openmp-dev
-<http://lists.cs.uiuc.edu/mailman/listinfo/openmp-dev>`_ mailing lists.
+`cfe-dev <http://lists.llvm.org/mailman/listinfo/cfe-dev>`_ or `openmp-dev
+<http://lists.llvm.org/mailman/listinfo/openmp-dev>`_ mailing lists.
 
 In addition to OpenMP 3.1, several important elements of 4.0 version of the
 standard are supported as well: