doc/ux.texi: auto_diagnostic_group now does something
authorDavid Malcolm <dmalcolm@redhat.com>
Thu, 15 Nov 2018 15:18:43 +0000 (15:18 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Thu, 15 Nov 2018 15:18:43 +0000 (15:18 +0000)
As of r266186, auto_diagnostic_group is now user-visible
(via -fdiagnostics-format=json), so update the diagnostic
guidelines accordingly.

gcc/ChangeLog:
* doc/ux.texi (Group logically-related diagnostics): Move
discussion of auto_diagnostic_group into this new subsection.
Give an example of where this grouping is used.

From-SVN: r266187

gcc/ChangeLog
gcc/doc/ux.texi

index 8555d42d0094746be362b2112d2a85208960a694..45fbfe1a2ec02a91ff4cd2382577ff65cda6c7ec 100644 (file)
@@ -1,3 +1,9 @@
+2018-11-15  David Malcolm  <dmalcolm@redhat.com>
+
+       * doc/ux.texi (Group logically-related diagnostics): Move
+       discussion of auto_diagnostic_group into this new subsection.
+       Give an example of where this grouping is used.
+
 2018-11-15  David Malcolm  <dmalcolm@redhat.com>
 
        PR other/19165
index 3b395f24df12409b3c743bad17c186911911a0ba..47b44921793ab9b243c65ccb6fd99c16de831db9 100644 (file)
@@ -376,12 +376,15 @@ where the @code{double} and @code{int} are colorized to highlight them.
 
 @c %H and %I were added in r248698.
 
+@subsection Group logically-related diagnostics
+
 Use @code{auto_diagnostic_group} when issuing multiple related
 diagnostics (seen in various examples on this page).  This informs the
 diagnostic subsystem that all diagnostics issued within the lifetime
-of the @code{auto_diagnostic_group} are related.  (Currently it doesn't
-do anything with this information, but we may implement that in the
-future).
+of the @code{auto_diagnostic_group} are related.  For example,
+@option{-fdiagnostics-format=json} will treat the first diagnostic
+emitted within the group as a top-level diagnostic, and all subsequent
+diagnostics within the group as its children.
 
 @subsection Quoting
 Text should be quoted by either using the @samp{q} modifier in a directive