aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/error.cc
AgeCommit message (Expand)AuthorFilesLines
5 daysdiagnostics: add highlight-a vs highlight-b in colorization and pp_markupDavid Malcolm1-27/+80
2024-07-03c++: OVERLOAD in diagnosticsJason Merrill1-4/+2
2024-06-12pretty_printer: convert chunk_info into a classDavid Malcolm1-8/+2
2024-06-12pretty_printer: make all fields privateDavid Malcolm1-19/+18
2024-05-28Fix bootstrap on AIX by adding c-family/c-type-mismatch.cc [PR115167]David Malcolm1-1/+1
2024-04-26c++: fix source printing for "required from here" messagePatrick Palka1-0/+2
2024-03-26c-family, c++: Handle EXCESS_PRECISION_EXPR in pretty printers [PR112724]Jakub Jelinek1-0/+1
2024-01-19c++: alias template argument conversion [PR112632]Jason Merrill1-1/+3
2024-01-09c++: P0847R7 (deducing this) - diagnostics. [PR102609]waffl3x1-6/+18
2024-01-09OpenMP: lvalue parsing for map/to/from clauses (C++)Julian Brown1-0/+9
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-06diagnostics: use const and references for diagnostic_infoDavid Malcolm1-5/+7
2023-12-04c++: implement P2564, consteval needs to propagate up [PR107687]Marek Polacek1-1/+1
2023-11-03diagnostics: convert diagnostic_context to a classDavid Malcolm1-5/+5
2023-10-20c++: remove NON_DEPENDENT_EXPR, part 1Patrick Palka1-8/+0
2023-10-03c++: print source code in print_instantiation_partial_context_lineDavid Malcolm1-0/+2
2023-10-03diagnostics: add ctors to text_info; add m_ prefixes to fieldsDavid Malcolm1-4/+4
2023-07-19c++: Improve printing of base classes [PR110745]Marek Polacek1-0/+2
2023-05-18c++: use _P() defines from tree.hBernhard Reutner-Fischer1-1/+1
2023-05-07c++: fix pretty printing of 'alignof' vs '__alignof__' [PR85979]Patrick Palka1-4/+3
2023-05-07c++: various code cleanupsPatrick Palka1-2/+2
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-15c++: variadic using-decl with parm pack in terminal name [PR102104]Patrick Palka1-0/+9
2022-11-18c++: implement P1492 contractsJeff Chapman II1-1/+2
2022-10-10c-family: ICE with [[gnu::nocf_check]] [PR106937]Marek Polacek1-1/+15
2022-09-29c++: introduce TRAIT_TYPE alongside TRAIT_EXPRPatrick Palka1-9/+5
2022-09-28c++: Add DECL_NTTP_OBJECT_P lang flagNathan Sidwell1-1/+1
2022-09-27c++: Implement C++23 P1169R4 - static operator() [PR106651]Jakub Jelinek1-1/+7
2022-05-20Use "final" and "override" directly, rather than via macrosDavid Malcolm1-2/+2
2022-05-06c++: add color to function decl printingJason Merrill1-6/+38
2022-05-04c++: use %D moreJason Merrill1-14/+15
2022-04-29c++: using in diagnostics [PR102987]Jason Merrill1-7/+11
2022-04-29c++: dump alias-declaration scopeJason Merrill1-0/+2
2022-04-14c++: using in diagnostics [PR102987]Jason Merrill1-0/+8
2022-01-20Fix Werror=format-diag with --disable-nls.Martin Liska1-3/+15
2022-01-17Change references of .c files to .cc filesMartin Liska1-1/+1
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+4659