]> gcc.gnu.org Git - gcc.git/commit
Diagnostic for module importation
authorNathan Sidwell <nathan@acm.org>
Mon, 23 Nov 2020 15:34:17 +0000 (07:34 -0800)
committerNathan Sidwell <nathan@acm.org>
Mon, 23 Nov 2020 15:37:42 +0000 (07:37 -0800)
commit204b61b906f2f806eec2f7bb72d4dd79c88d688a
tree9cb01aa480ffc7396b5095b14e4919461ded0ac9
parentff1c10c1c5a617f99ea737185aed2c52277c0cab
Diagnostic for module importation

This tweaks the 'included from ...' printing to deal with imports in
the 'include' path.  One new thing is that there can now be two
'include' names on a single line.  For example 'in module X, included
at Y'.  This reads better than placing them on different lines.

gcc/
* diagnostic.c (diagnostic_report_current_module): Adjust for C++
module importation.
gcc/diagnostic.c
This page took 0.055881 seconds and 5 git commands to generate.