diff options
Diffstat (limited to 'docs/ReleaseNotes.rst')
| -rw-r--r-- | docs/ReleaseNotes.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 453110e650aa..b24bca9ce0c4 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -88,7 +88,7 @@ improvements since the 3.3 release include: - Boolean increment, a deprecated feature, has own warning flag -Wdeprecated-increment-bool, and is still part of -Wdeprecated. -- Clang errors on builtin enum increments and decrements. +- Clang errors on builtin enum increments and decrements in C++. .. code-block:: c++ @@ -99,7 +99,7 @@ improvements since the 3.3 release include: } returns - `error: must use 'enum' tag to refer to type 'A'` + `error: cannot increment expression of enum type 'A'` - -Wloop-analysis now warns on for-loops which have the same increment or @@ -177,7 +177,7 @@ C++ Language Changes in Clang - Fixed an ABI regression, introduced in Clang 3.2, which affected member offsets for classes inheriting from certain classes with tail padding. - See PR16537. + See `PR16537 <http://llvm.org/PR16537>`_. - Clang 3.4 supports the 2013-08-28 draft of the ISO WG21 SG10 feature test macro recommendations. These aim to provide a portable method to determine |
