aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-11PR c++/92859 - ADL and bit-field.Jason Merrill1-1/+1
2019-12-04cp-tree.h (enum cp_tree_index): Add CPTI_SOURCE_LOCATION_IMPL.Jakub Jelinek1-0/+2
2019-11-23re PR c++/92365 (ice unexpected expression ‘int16_t()’ of kind cast_expr)Bernd Edlinger1-2/+2
2019-11-12[C++ PATCH] Merge some using-decl handlingNathan Sidwell1-103/+141
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-1/+1
2019-11-05Implement C++20 operator<=>.Jason Merrill1-0/+6
2019-11-05Various small C++ changes.Jason Merrill1-2/+8
2019-10-30re PR c++/92024 (crash in check_local_shadow)Bernd Edlinger1-17/+19
2019-10-14PR c++/91930 - ICE with constrained inherited default ctor.Jason Merrill1-0/+1
2019-10-09Update the concepts implementation to conform to C++20.Jason Merrill1-1/+10
2019-10-02init.c (build_new): Use cp_expr_loc_or_input_loc in two places.Paolo Carlini1-6/+8
2019-09-25name-lookup.c (check_extern_c_conflict): Use DECL_SOURCE_LOCATION.Paolo Carlini1-5/+8
2019-09-24PR c++/91868 - improve -Wshadow location.Marek Polacek1-3/+3
2019-08-28[PR c++/90613] Fix using-decl debug bloatNathan Sidwell1-16/+17
2019-08-23PR c++/79817 - attribute deprecated on namespace.Marek Polacek1-0/+18
2019-08-15Implement P0848R3, Conditionally Trivial Special Member Functions.Jason Merrill1-3/+3
2019-08-14PR c++/91436 fix C++ dialect for std::make_unique fix-it hintJonathan Wakely1-2/+2
2019-08-14Add more entries to the C++ get_std_name_hint arrayJonathan Wakely1-0/+40
2019-07-20Reduce memory consumption for push/pop_access_scope.Jason Merrill1-1/+13
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+1
2019-06-17[PR c++/90754] name lookup ICENathan Sidwell1-9/+9
2019-06-04[C++ PATCH] structure tag lookupNathan Sidwell1-70/+55
2019-05-31[C++PATCH] Lambda names are anonymousNathan Sidwell1-16/+0
2019-05-28[PATCH] Commonize anon-name generationNathan Sidwell1-20/+4
2019-05-21[C++ PATCH] Using declsNathan Sidwell1-21/+18
2019-05-21[C++ PATCH] Using declsNathan Sidwell1-226/+165
2019-05-20name-lookup.c (finish_using_directive): Don't issue inform() if the warning d...Marek Polacek1-3/+3
2019-05-20[C++ PATCH] Commonixe using directive finishingNathan Sidwell1-39/+23
2019-05-20[C++ PATCH] namespace using directivesNathan Sidwell1-15/+5
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-4/+4
2019-05-01[C++ PATCH] Simplify class member lookupNathan Sidwell1-20/+15
2019-03-11Wrap apostrophes in gcc internal format with %'.Martin Liska1-1/+1
2019-03-07PR c++/88123 - lambda and using-directive.Jason Merrill1-0/+99
2019-02-28* name-lookup.c (print_binding_level): Print this_entity.Jason Merrill1-0/+2
2019-02-19P0482R5 char8_t: Standard library supportTom Honermann1-0/+1
2019-02-13[PR86379] do not use TREE_TYPE for USING_DECL_SCOPEAlexandre Oliva1-1/+1
2019-01-17[PR87768] reset location wrapper suppression when reentering top levelAlexandre Oliva1-0/+3
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-13[PR c++/87531] Fix second bugNathan Sidwell1-11/+0
2018-11-29C++: namespaces and scopes for enum values (PR c++/88121)David Malcolm1-10/+62
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-1/+1
2018-11-01[ABI PATCH] static anonymous unions of function scopeNathan Sidwell1-1/+1
2018-10-31[C++ PATCH] Simplify overloadsNathan Sidwell1-2/+4
2018-10-29C++: simplify output from suggest_alternatives_forDavid Malcolm1-95/+312
2018-10-02c-decl.c (warn_if_shadowing): Do not test DECL_FROM_INLINE.Richard Biener1-4/+0
2018-09-25Remove unused functions and fields.Martin Liska1-15/+0
2018-09-18[PATCH c++/86881] -Wshadow-local-compatible ICENathan Sidwell1-0/+7
2018-08-31[PR c++/87155] Anonymous namespace andNathan Sidwell1-5/+8
2018-08-27Less verbose fix-it hints for missing header files (PR 87091)David Malcolm1-1/+1