debug info.
Suggested by Paul Robinson in feedback on r296488, thanks!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@296776
91177308-0d34-0410-b5e6-
96231b3b80d8
let Content = [{
The ``nodebug`` attribute allows you to suppress debugging information for a
function or method, or for a variable that is not a parameter or a non-static
-data member.
+data member. It will also suppress debug information for any code that is
+inlined into a ``nodebug`` function or method.
}];
}