projects
/
clang
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f181fa
)
Release note for 'nodebug' on variables
author
Paul Robinson
<paul.robinson@sony.com>
Mon, 18 Jul 2016 17:19:12 +0000
(17:19 +0000)
committer
Paul Robinson
<paul.robinson@sony.com>
Mon, 18 Jul 2016 17:19:12 +0000
(17:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@275817
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/ReleaseNotes.rst
patch
|
blob
|
history
diff --git
a/docs/ReleaseNotes.rst
b/docs/ReleaseNotes.rst
index fa7305467687a43c1b9e7b378a3a66952f0b147f..306b9d0a90772f6b71e45c66772e30e33b2887be 100644
(file)
--- 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
---------------