r275817 - Release note for 'nodebug' on variables
Paul Robinson via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 18 10:19:12 PDT 2016
Author: probinson
Date: Mon Jul 18 12:19:12 2016
New Revision: 275817
URL: http://llvm.org/viewvc/llvm-project?rev=275817&view=rev
Log:
Release note for 'nodebug' on variables
Modified:
cfe/trunk/docs/ReleaseNotes.rst
Modified: cfe/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=275817&r1=275816&r2=275817&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.rst (original)
+++ cfe/trunk/docs/ReleaseNotes.rst Mon Jul 18 12:19:12 2016
@@ -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
---------------
More information about the cfe-commits
mailing list