[llvm-branch-commits] [cfe-branch] r245178 - ReleaseNotes: add objc_boxable into ObjC section

2015-08-16 Thread Alex Denisov via llvm-branch-commits
Author: alexdenisov
Date: Sun Aug 16 08:17:05 2015
New Revision: 245178

URL: http://llvm.org/viewvc/llvm-project?rev=245178&view=rev
Log:
ReleaseNotes: add objc_boxable into ObjC section

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=245178&r1=245177&r2=245178&view=diff
==
--- cfe/branches/release_37/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_37/docs/ReleaseNotes.rst Sun Aug 16 08:17:05 2015
@@ -136,6 +136,9 @@ C++11 Feature Support
 Objective-C Language Changes in Clang
 -
 
+- ``objc_boxable`` attribute was added. Structs and unions marked with this 
attribute can be
+  used with boxed expressions (``@(...)``) to create ``NSValue``.
+
 ...
 
 OpenCL C Language Changes in Clang


___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits


[llvm-branch-commits] [cfe-branch] r245177 - ReleaseNotes: add -Wcirucular-container

2015-08-16 Thread Alex Denisov via llvm-branch-commits
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 `_ or `openmp-dev
-`_ mailing lists.
+`cfe-dev `_ or `openmp-dev
+`_ mailing lists.
 
 In addition to OpenMP 3.1, several important elements of 4.0 version of the
 standard are supported as well:


___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits


[llvm-branch-commits] [llvm-branch] r369744 - Add Mull project to the release notes

2019-08-26 Thread Alex Denisov via llvm-branch-commits
Author: alexdenisov
Date: Fri Aug 23 03:01:52 2019
New Revision: 369744

URL: http://llvm.org/viewvc/llvm-project?rev=369744&view=rev
Log:
Add Mull project to the release notes

Modified:
llvm/branches/release_90/docs/ReleaseNotes.rst

Modified: llvm/branches/release_90/docs/ReleaseNotes.rst
URL: 
http://llvm.org/viewvc/llvm-project/llvm/branches/release_90/docs/ReleaseNotes.rst?rev=369744&r1=369743&r2=369744&view=diff
==
--- llvm/branches/release_90/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_90/docs/ReleaseNotes.rst Fri Aug 23 03:01:52 2019
@@ -209,8 +209,11 @@ Changes to LLDB
 External Open Source Projects Using LLVM 9
 ==
 
-* A project...
+Mull - Mutation Testing tool for C and C++
+--
 
+`Mull `_ is a LLVM-based tool for
+mutation testing with a strong focus on C and C++ languages.
 
 Additional Information
 ==


___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits