-=====================================
-Clang 3.5 (In-Progress) Release Notes
-=====================================
+=======================
+Clang 3.5 Release Notes
+=======================
.. contents::
:local:
Written by the `LLVM Team <http://llvm.org/>`_
-.. warning::
-
- These are in-progress notes for the upcoming Clang 3.5 release. You may
- prefer the `Clang 3.4 Release Notes
- <http://llvm.org/releases/3.4/tools/clang/docs/ReleaseNotes.html>`_.
-
Introduction
============
interleaving to be enabled or disabled. Vector width as well as interleave count
can be manually specified. See :ref:`langext-pragma-loop` for details.
-C Language Changes in Clang
----------------------------
-
-...
-
-C11 Feature Support
-^^^^^^^^^^^^^^^^^^^
-
-...
-
C++ Language Changes in Clang
-----------------------------
references, and `-fsanitize=null` can be used to detect null references
being formed at runtime.
-- ...
-
C++17 Feature Support
^^^^^^^^^^^^^^^^^^^^^
Note that these features may be changed or removed in future Clang releases
without notice.
-Objective-C Language Changes in Clang
--------------------------------------
-
-...
-
-OpenCL C Language Changes in Clang
-----------------------------------
-
-...
-
OpenMP C/C++ Language Changes in Clang
--------------------------------------
- Clang uses `std::unique_ptr<T>` in many places where it used to use
raw `T *` pointers.
-libclang
---------
-
-...
-
Static Analyzer
---------------
List the function/method name in the index page of scan-build.
-...
-
-Core Analysis Improvements
-==========================
-
-- ...
-
-New Issues Found
-================
-
-- ...
-
-Python Binding Changes
-----------------------
-
-The following methods have been added:
-
-- ...
-
Significant Known Problems
==========================