Skip to content
Snippets Groups Projects
Commit ab11ab0b authored by Paul Robinson's avatar Paul Robinson
Browse files

Release note for 'nodebug' on variables

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@275817 91177308-0d34-0410-b5e6-96231b3b80d8
parent 2f181fa9
No related branches found
No related tags found
No related merge requests found
......@@ -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
---------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment