GCC Middle and Back End API Reference
macro-unwinding.cc File Reference
#include "config.h"
#include "system.h"
#include "coretypes.h"
#include "tree.h"
#include "diagnostics/macro-unwinding.h"
#include "diagnostics/text-sink.h"
#include "intl.h"
Include dependency graph for macro-unwinding.cc:

Data Structures

struct  diagnostics::loc_map_pair

Namespaces

namespace  diagnostics

Macros

#define INCLUDE_VECTOR

Functions

void diagnostics::maybe_unwind_expanded_macro_loc (text_sink &text_output, location_t where)
void diagnostics::virt_loc_aware_text_finalizer (text_sink &text_output, const diagnostic_info *diagnostic)

Macro Definition Documentation

◆ INCLUDE_VECTOR

#define INCLUDE_VECTOR
Code for unwinding macro expansions in diagnostics.
   Copyright (C) 1999-2025 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/>.