aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/error.cc
AgeCommit message (Expand)AuthorFilesLines
2025-01-09c++: improve some modules commentsJason Merrill1-1/+1
2025-01-08c++: print stub object as std::declvalJason Merrill1-0/+9
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-12-17c++: print NONTYPE_ARGUMENT_PACK [PR118073]Marek Polacek1-0/+15
2024-12-16diagnostics: move libgdiagnostics dc from sinks into diagnostic_managerDavid Malcolm1-2/+6
2024-12-06c++: use diagnostic nesting [PR116253]David Malcolm1-15/+84
2024-12-06c++: consolidate location printing in error.cc [PR116253]David Malcolm1-47/+24
2024-12-04c++: Fix up erroneous template error recovery ICE [PR117826]Jakub Jelinek1-2/+2
2024-12-02c++: some further concepts cleanupsPatrick Palka1-5/+0
2024-11-28c++: Implement P2662R3, Pack Indexing [PR113798]Marek Polacek1-0/+16
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski1-1/+0
2024-10-29diagnostics: support multiple output formats simultaneously [PR116613]David Malcolm1-9/+4
2024-10-29c++: printing AGGR_INIT_EXPR argsJason Merrill1-61/+18
2024-10-25gcc: Remove trailing whitespaceJakub Jelinek1-10/+10
2024-10-13Revert "c++: Fix overeager Woverloaded-virtual with conversion operators [PR1...Simon Martin1-2/+1
2024-10-12c++: Fix overeager Woverloaded-virtual with conversion operators [PR109918]Simon Martin1-1/+2
2024-09-25c++: use TARGET_EXPR accessorsMarek Polacek1-2/+2
2024-09-20diagnostics: convert text hooks to use diagnostic_text_output_format [PR116613]David Malcolm1-69/+80
2024-09-09diagnostics: introduce struct diagnostic_option_idDavid Malcolm1-4/+6
2024-09-09diagnostics: rename dc.printer to m_printer [PR116613]David Malcolm1-41/+51
2024-09-05c++: Add missing auto_diagnostic_groupsNathaniel Shead1-0/+2
2024-09-03c++: support C++11 attributes in C++98Jason Merrill1-3/+4
2024-09-03pretty-print: naming cleanupsDavid Malcolm1-3/+3
2024-08-29pretty-print: reimplement pp_format with a new struct pp_tokenDavid Malcolm1-48/+57
2024-08-29pretty-print: move class chunk_info into its own headerDavid Malcolm1-0/+1
2024-08-07c++: erroneous partial spec vs primary tmpl [PR116064]Patrick Palka1-1/+5
2024-08-07c++/modules: Ensure deduction guides are always reachable [PR115231]Nathaniel Shead1-0/+1
2024-08-06c++: permit errors inside uninstantiated templates [PR116064]Patrick Palka1-0/+67
2024-08-05c++: remove function/var concepts codeMarek Polacek1-8/+3
2024-07-23c++: Remove CHECK_CONSTRJakub Jelinek1-1/+0
2024-07-17c++: diagnose failed qualified lookup into current instPatrick Palka1-1/+2
2024-07-13diagnostics: 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