index
:
rocket-tools/riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
cp
/
error.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-25
diagnostics: eliminate ::diagnostic_info typedef
David Malcolm
1
-7
/
+7
2025-07-25
diagnostics: convert diagnostic_t to enum class diagnostics::kind
David Malcolm
1
-5
/
+7
2025-07-25
diagnostics: rename diagnostic_option_id to diagnostics::option_id and move t...
David Malcolm
1
-1
/
+1
2025-07-25
diagnostics: move gcc/diagnostic-color.{h,cc} to gcc/diagnostics/color.{h,cc}
David Malcolm
1
-1
/
+1
2025-07-25
diagnostics: move diagnostic_context to diagnostics::context in its own header
David Malcolm
1
-5
/
+5
2025-07-25
diagnostics: add m_ prefix to fields of diagnostic_info
David Malcolm
1
-5
/
+5
2025-07-25
diagnostics: move/rename output formats to diagnostics as "sinks"
David Malcolm
1
-26
/
+26
2025-07-25
c++: Unwrap type traits defined in terms of builtins within diagnostics [PR11...
Nathaniel Shead
1
-0
/
+14
2025-07-08
c++: bogus error with union in qualified name [PR83469]
Marek Polacek
1
-0
/
+1
2025-06-26
diagnostics: make 5 more fields of diagnostic_context private
David Malcolm
1
-1
/
+1
2025-06-02
c++: Add co_await, co_yield and co_return to dump_expr.
Iain Sandoe
1
-0
/
+21
2025-05-30
OpenMP: C++ "declare mapper" support
Julian Brown
1
-0
/
+25
2025-05-29
diagnostics: use unique_ptr for m_format_postprocessor
David Malcolm
1
-5
/
+5
2025-05-26
c++: add cxx_dump_pretty_printer
Jason Merrill
1
-0
/
+27
2025-05-25
c++: dump_template_bindings tweak
Jason Merrill
1
-6
/
+7
2025-04-28
Eliminate make-unique.h and ::make_unique
David Malcolm
1
-1
/
+0
2025-04-10
c++: Use G_ instead of _ around cp/errors.cc gcc-internal-format strings [PR1...
Jakub Jelinek
1
-30
/
+29
2025-03-27
c++/modules: Fix tsubst of global module friend classes [PR118920]
Nathaniel Shead
1
-1
/
+2
2025-02-04
c++: Fix overeager Woverloaded-virtual with conversion operators [PR109918]
Simon Martin
1
-1
/
+2
2025-01-21
c++: Handle RAW_DATA_CST in add_list_candidates [PR118532]
Jakub Jelinek
1
-1
/
+20
2025-01-09
c++: improve some modules comments
Jason Merrill
1
-1
/
+1
2025-01-08
c++: print stub object as std::declval
Jason Merrill
1
-0
/
+9
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-12-17
c++: print NONTYPE_ARGUMENT_PACK [PR118073]
Marek Polacek
1
-0
/
+15
2024-12-16
diagnostics: move libgdiagnostics dc from sinks into diagnostic_manager
David Malcolm
1
-2
/
+6
2024-12-06
c++: use diagnostic nesting [PR116253]
David Malcolm
1
-15
/
+84
2024-12-06
c++: consolidate location printing in error.cc [PR116253]
David Malcolm
1
-47
/
+24
2024-12-04
c++: Fix up erroneous template error recovery ICE [PR117826]
Jakub Jelinek
1
-2
/
+2
2024-12-02
c++: some further concepts cleanups
Patrick Palka
1
-5
/
+0
2024-11-28
c++: Implement P2662R3, Pack Indexing [PR113798]
Marek Polacek
1
-0
/
+16
2024-11-22
build: Remove INCLUDE_MEMORY [PR117737]
Andrew Pinski
1
-1
/
+0
2024-10-29
diagnostics: support multiple output formats simultaneously [PR116613]
David Malcolm
1
-9
/
+4
2024-10-29
c++: printing AGGR_INIT_EXPR args
Jason Merrill
1
-61
/
+18
2024-10-25
gcc: Remove trailing whitespace
Jakub Jelinek
1
-10
/
+10
2024-10-13
Revert "c++: Fix overeager Woverloaded-virtual with conversion operators [PR1...
Simon Martin
1
-2
/
+1
2024-10-12
c++: Fix overeager Woverloaded-virtual with conversion operators [PR109918]
Simon Martin
1
-1
/
+2
2024-09-25
c++: use TARGET_EXPR accessors
Marek Polacek
1
-2
/
+2
2024-09-20
diagnostics: convert text hooks to use diagnostic_text_output_format [PR116613]
David Malcolm
1
-69
/
+80
2024-09-09
diagnostics: introduce struct diagnostic_option_id
David Malcolm
1
-4
/
+6
2024-09-09
diagnostics: rename dc.printer to m_printer [PR116613]
David Malcolm
1
-41
/
+51
2024-09-05
c++: Add missing auto_diagnostic_groups
Nathaniel Shead
1
-0
/
+2
2024-09-03
c++: support C++11 attributes in C++98
Jason Merrill
1
-3
/
+4
2024-09-03
pretty-print: naming cleanups
David Malcolm
1
-3
/
+3
2024-08-29
pretty-print: reimplement pp_format with a new struct pp_token
David Malcolm
1
-48
/
+57
2024-08-29
pretty-print: move class chunk_info into its own header
David Malcolm
1
-0
/
+1
2024-08-07
c++: erroneous partial spec vs primary tmpl [PR116064]
Patrick Palka
1
-1
/
+5
2024-08-07
c++/modules: Ensure deduction guides are always reachable [PR115231]
Nathaniel Shead
1
-0
/
+1
2024-08-06
c++: permit errors inside uninstantiated templates [PR116064]
Patrick Palka
1
-0
/
+67
2024-08-05
c++: remove function/var concepts code
Marek Polacek
1
-8
/
+3
2024-07-23
c++: Remove CHECK_CONSTR
Jakub Jelinek
1
-1
/
+0
[next]