Improve attribute documentation for nodebug on typedefs
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 25 Feb 2021 00:25:37 +0000 (16:25 -0800)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 25 Feb 2021 00:25:37 +0000 (16:25 -0800)
(followup to 8472fa6c54c9d044adcd147f6826bccebd730f30 )

clang/include/clang/Basic/AttrDocs.td

index 9de2049..d7d74bd 100644 (file)
@@ -1048,8 +1048,8 @@ def NoDebugDocs : Documentation {
   let Category = DocCatVariable;
   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.
+function or method, for a variable that is not a parameter or a non-static
+data member, or for a typedef or using declaration.
   }];
 }