Release note for 'nodebug' on variables

llvm-svn: 275817
This commit is contained in:
Paul Robinson 2016-07-18 17:19:12 +00:00
parent d215a8f37e
commit f9ede1c2fa
1 changed files with 10 additions and 0 deletions

View 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
---------------