summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 5dbc4a0415..91ae3071ff 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -128,7 +128,10 @@ C11 Feature Support
C++ Language Changes in Clang
-----------------------------
-- ...
+- The behaviour of the `gnu_inline` attribute now matches GCC, for cases
+ where used without the `extern` keyword. As this is a change compared to
+ how it behaved in previous Clang versions, a warning is emitted for this
+ combination.
C++1z Feature Support
^^^^^^^^^^^^^^^^^^^^^