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)
llvm-svn: 275817

clang/docs/ReleaseNotes.rst

index fa73054..306b9d0 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
 ---------------