aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-05decl.c (smallest_type_location): New.Paolo Carlini1-10/+22
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor1-6/+6
2019-06-04decl.c (grokdeclarator): Use declarator->id_loc in two additional places.Paolo Carlini1-12/+11
2019-05-30decl.c (grokdeclarator): Use declarator->id_loc in five error_at calls.Paolo Carlini1-5/+10
2019-05-29P1091R3 - Extending structured bindings to be more like var decls P1381R1 - R...Jakub Jelinek1-25/+47
2019-05-28[C++ PATCH] template specializationsNathan Sidwell1-3/+4
2019-05-28[PATCH] Commonize anon-name generationNathan Sidwell1-10/+7
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-15/+16
2019-05-15call.c (perform_overload_resolution, [...]): Use OVL_P; remove redundant TEMP...Paolo Carlini1-3/+1
2019-05-14Reapply r270597.Paolo Carlini1-2/+2
2019-05-13Use releasing_vec more broadly.Jason Merrill1-1/+1
2019-05-10decl.c (grokvardecl): Use an accurate location in error message about main as...Paolo Carlini1-1/+2
2019-05-10call.c (build_call_a): Use FUNC_OR_METHOD_TYPE_P.Paolo Carlini1-6/+3
2019-05-09re PR preprocessor/90382 (ICE in linemap_macro_map_loc_to_exp_point, at libcp...Paolo Carlini1-2/+2
2019-05-08[C++ PATCH] Kill DECL_SAVED_FUNCTION_DATANathan Sidwell1-64/+16
2019-05-01[C++ PATCH] Simplify class member lookupNathan Sidwell1-2/+2
2019-04-29[C++ PATCH] some cleanupsNathan Sidwell1-7/+10
2019-04-26PR c++/90243 - orphaned note in uninstantiated constexpr functionJonathan Wakely1-3/+7
2019-04-26re PR c++/90173 (ICE: Segmentation fault (in strip_declarator_types))Paolo Carlini1-0/+1
2019-04-26decl.c (grokdeclarator): Fix value assigned to typespec_loc, use min_location.Paolo Carlini1-2/+2
2019-04-19re PR c/89888 (When switch controlling expression is promoted from type narro...Jakub Jelinek1-9/+2
2019-04-19re PR c++/90108 (ICE: Segmentation fault (in c_tree_chain_next))Jakub Jelinek1-1/+18
2019-04-18PR c++/87554 - ICE with extern template and reference member.Jason Merrill1-2/+1
2019-04-18Reverted unintended part of previous commit.Jakub Jelinek1-18/+1
2019-04-18re PR translation/79183 (Hard coded plurals in gimple-ssa-sprintf.c:2050)Jakub Jelinek1-1/+18
2019-04-12re PR c/89933 (ICE in merge_decls, at c/c-decl.c:2517)Jakub Jelinek1-7/+10
2019-04-05PR bootstrap/89980 - pointer initialization with empty string folded to zeroMartin Sebor1-5/+7
2019-04-04PR c++/89974 - ICE on a definition of a non-type specialization on a struct o...Martin Sebor1-0/+22
2019-03-28PR c++/89836 - bool constant expression and explicit conversions.Marek Polacek1-1/+1
2019-03-11Wrap apostrophes in gcc internal format with %'.Martin Liska1-2/+2
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-6/+7
2019-03-08re PR tree-optimization/89550 (Spurious array-bounds warning when using __PRE...Jakub Jelinek1-3/+3
2019-03-07PR c++/88123 - lambda and using-directive.Jason Merrill1-0/+2
2019-03-02re PR c++/71446 (Incorrect overload resolution when using designated initiali...Jakub Jelinek1-0/+3
2019-02-22PR c++/89420 - ICE with CAST_EXPR in explicit-specifier.Marek Polacek1-2/+4
2019-02-20PR c++/87921 - wrong error with inline static data member.Jason Merrill1-5/+3
2019-02-21re PR c++/89405 (ICE in import_export_decl, at cp/decl2.c:2959)Jakub Jelinek1-0/+1
2019-02-20PR c++/88572 - wrong handling of braces on scalar init.Will Wray1-3/+11
2019-02-13[PR86379] do not use TREE_TYPE for USING_DECL_SCOPEAlexandre Oliva1-1/+2
2019-02-13re PR c++/88986 (ICE: tree check: expected tree that contains 'decl minimal' ...Paolo Carlini1-1/+3
2019-02-11PR c++/87996 - size of array is negative error when SIZE_MAX/2 < sizeof(array...Martin Sebor1-12/+30
2019-01-31PR c++/89083, c++/80864 - ICE with list initialization in template.Marek Polacek1-11/+20
2019-01-17decl.c (grokdeclarator): Use typespec_loc in error messages about 'auto' and ...Paolo Carlini1-19/+23
2019-01-16decl.c (grokdeclarator): Use locations[ds_storage_class] in error messages ab...Paolo Carlini1-7/+14
2019-01-15decl.c (start_decl): Improve error location.Paolo Carlini1-4/+6
2019-01-14Implement P0482R5, char8_t: A type for UTF-8 characters and stringsTom Honermann1-1/+3
2019-01-12decl.c (cp_finish_decl): Improve error location.Paolo Carlini1-1/+4
2019-01-11decl.c (start_decl): Improve error location.Paolo Carlini1-3/+6
2019-01-09decl.c (grok_reference_init): Improve error location.Paolo Carlini1-5/+8
2019-01-08decl.c (start_decl): Improve permerror location.Paolo Carlini1-1/+2