[llvm-branch-commits] [cfe-branch] r245177 - ReleaseNotes: add -Wcirucular-container
Alex Denisov via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Aug 16 06:03:02 PDT 2015
Author: alexdenisov
Date: Sun Aug 16 08:03:01 2015
New Revision: 245177
URL: http://llvm.org/viewvc/llvm-project?rev=245177&view=rev
Log:
ReleaseNotes: add -Wcirucular-container
Modified:
cfe/branches/release_37/docs/ReleaseNotes.rst
Modified: cfe/branches/release_37/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_37/docs/ReleaseNotes.rst?rev=245177&r1=245176&r2=245177&view=diff
==============================================================================
--- cfe/branches/release_37/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_37/docs/ReleaseNotes.rst Sun Aug 16 08:03:01 2015
@@ -87,6 +87,10 @@ about them. The improvements since the 3
- -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:
More information about the llvm-branch-commits
mailing list