aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/error.cc
AgeCommit message (Expand)AuthorFilesLines
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