diff options
Diffstat (limited to 'gcc/diagnostic.h')
-rw-r--r-- | gcc/diagnostic.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/diagnostic.h b/gcc/diagnostic.h index 58d77df..afce285 100644 --- a/gcc/diagnostic.h +++ b/gcc/diagnostic.h @@ -205,6 +205,10 @@ struct diagnostic_context /* Usable by plugins; if true, print a debugging ruler above the source output. */ bool show_ruler_p; + + /* If true, print fixits in machine-parseable form after the + rest of the diagnostic. */ + bool parseable_fixits_p; }; static inline void |