aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-4659/+0
2022-01-11c++: Fix ICEs with OBJ_TYPE_REF pretty printing [PR101597]Jakub Jelinek1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-12Replace gnu::unique_ptr with std::unique_ptrJonathan Wakely1-1/+1
2021-12-03c++: avoid redundant scope in diagnosticsJason Merrill1-1/+9
2021-11-24c++: Fix missing NSDMI diagnostic in C++98 [PR103347]Marek Polacek1-16/+16
2021-11-15c++: Add -fimplicit-constexprJason Merrill1-1/+2
2021-07-06Remove support for %G and %K.Martin Sebor1-9/+0
2021-05-27c++: Output less irrelevant info for function template decl [PR100716]Matthias Kretz1-15/+48
2021-05-27c++: Add missing scope in typedef diagnostic [PR100763]Matthias Kretz1-0/+2
2021-05-20c++: Add new warning options for C++ language mismatchesJonathan Wakely1-18/+19
2021-05-10Come up with startswith function.Martin Liska1-1/+1
2021-04-21Revert "Use flags in dump_decl."Martin Liska1-1/+1
2021-04-21Use flags in dump_decl.Martin Liska1-1/+1
2021-04-21Support LABEL_DECL in %qD directive.Martin Liska1-1/+4
2021-02-25c++: Fix pretty printing the context of local class [PR99213]Patrick Palka1-3/+1
2021-02-02c++: Member fns and deduction guide rewriting [PR98929]Jason Merrill1-1/+2
2021-01-06PR c++/95768 - pretty-printer ICE on -Wuninitialized with allocated storageMartin Sebor1-26/+2
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-10c++: Module-specific error and tree dumpingNathan Sidwell1-0/+39
2020-11-27Revert previous change and use pragma to suppress -Wformat-diag.Martin Sebor1-10/+8
2020-11-25Clean up -Wformat-diag warnings (PR bootstrap/97622, PR bootstrap/94982)Martin Sebor1-3/+18
2020-11-21Additional small changes to support opaque modesAaron Sawdey1-0/+4
2020-10-12PR c++/97201 - ICE in -Warray-bounds writing to result of operator new(0)Martin Sebor1-2/+5
2020-10-05support TARGET_MEM_REF in C/C++ error pretty-printing [PR97197]Jakub Jelinek1-0/+58
2020-07-22c++: More cleanups for modern C++Nathan Sidwell1-13/+11
2020-06-05c++: Fix pretty-print of pointer minus integer.Jason Merrill1-1/+8
2020-04-28c++: Parameter pack in requires parameter list [PR94808]Patrick Palka1-12/+4
2020-04-13c++: Infinite diagnostic loop with decltype([]{}) [PR94521]Patrick Palka1-0/+2
2020-03-20c++: Include the constraint parameter mapping in diagnostic constraint contextsPatrick Palka1-25/+10
2020-02-10c++: Improve dump_decl for standard conceptsPatrick Palka1-10/+8
2020-02-10c++: Fux strncmp last argument in dump_decl_name [PR93641]Jakub Jelinek1-1/+1
2020-02-07c++: Fix use of local in constexpr if.Jason Merrill1-6/+0
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-11Introduce pretty_printer::clone vfuncDavid Malcolm1-0/+5
2019-12-10Replace label_text ctor with "borrow" and "take"David Malcolm1-2/+2
2019-11-27PR c++/92206 - ICE with typedef to dependent alias.Jason Merrill1-3/+3
2019-11-27Diagnose certain constraint errors as hard errors, but otherwise treat them t...Andrew Sutton1-0/+3
2019-11-05Implement C++20 operator<=>.Jason Merrill1-0/+1
2019-11-02PR c++/88335 - Implement P1073R3: Immediate functionsJakub Jelinek1-1/+3
2019-10-22[C++] Avoid exposing internal details in aka typesRichard Sandiford1-3/+7
2019-10-17decl.c (grokfndecl): Remove redundant use of in_system_header_at.Paolo Carlini1-4/+1
2019-10-09Update the concepts implementation to conform to C++20.Jason Merrill1-13/+189
2019-08-05cp-tree.h (cp_expr_loc_or_input_loc): New.Paolo Carlini1-1/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+2
2019-06-23Rename DEFAULT_ARG to DEFERRED_PARSE.Marek Polacek1-3/+3
2019-05-31[C++PATCH] Lambda names are anonymousNathan Sidwell1-8/+9
2019-05-28[PATCH] Commonize anon-name generationNathan Sidwell1-1/+1
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-15/+17
2019-02-19re PR c++/89390 (ICE in get_string, at spellcheck-tree.h:46)Jakub Jelinek1-1/+1