summaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorPaul Robinson <paul.robinson@sony.com>2016-07-18 17:19:12 +0000
committerPaul Robinson <paul.robinson@sony.com>2016-07-18 17:19:12 +0000
commitab11ab0ba3a8ff24a8d6b4d06fc4aa1a0568571d (patch)
treef12fcd25ac0774be9a32517516c92c76a9e7edd2 /docs/ReleaseNotes.rst
parent2f181fa90fafa62b7cf06aa3333127744335ba72 (diff)
Release note for 'nodebug' on variables
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@275817 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index fa73054676..306b9d0a90 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -72,6 +72,16 @@ New Pragmas in Clang
Clang now supports the ...
+
+Attribute Changes in Clang
+--------------------------
+
+- The ``nodebug`` attribute may now be applied to static, global, and local
+ variables (but not parameters or non-static data members). This will suppress
+ all debugging information for the variable (and its type, if there are no
+ other uses of the type).
+
+
Windows Support
---------------