GCC Middle and Back End API Reference
replay_options Struct Reference

#include <libsarifreplay.h>

Data Fields

bool m_echo_file
 
bool m_json_comments
 
bool m_verbose
 
enum diagnostic_colorize m_diagnostics_colorize
 

Detailed Description

A pure C API for replaying SARIF as diagnostics.
   Copyright (C) 2023-2024 Free Software Foundation, Inc.

This file is part of GCC.

GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.

GCC is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING3.  If not see
<http://www.gnu.org/licenses/>.   

Field Documentation

◆ m_diagnostics_colorize

enum diagnostic_colorize replay_options::m_diagnostics_colorize

Referenced by main(), parse_options(), and set_defaults().

◆ m_echo_file

bool replay_options::m_echo_file

Referenced by parse_options(), and set_defaults().

◆ m_json_comments

bool replay_options::m_json_comments

Referenced by parse_options(), and set_defaults().

◆ m_verbose

bool replay_options::m_verbose

Referenced by main(), parse_options(), and set_defaults().


The documentation for this struct was generated from the following file: