]> granicus.if.org Git - clang/commitdiff
Release note for 'nodebug' on variables
authorPaul Robinson <paul.robinson@sony.com>
Mon, 18 Jul 2016 17:19:12 +0000 (17:19 +0000)
committerPaul 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

index fa7305467687a43c1b9e7b378a3a66952f0b147f..306b9d0a90772f6b71e45c66772e30e33b2887be 100644 (file)
@@ -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
 ---------------