aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-objcp-common.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-02re PR c/90677 (gcc-9.1.0 fails to build __gcc_diag__ souce: error: 'cgraph_no...Jakub Jelinek1-2/+5
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-22re PR c/90677 (gcc-9.1.0 fails to build __gcc_diag__ souce: error: 'cgraph_no...Jakub Jelinek1-0/+9
2019-11-22re PR c++/92458 (Constraints do not work with precompiled headers)Jakub Jelinek1-1/+1
2019-11-05Implement C++20 operator<=>.Jason Merrill1-0/+1
2019-10-28PR c/66970 - Add __has_builtin() macroMartin Sebor1-0/+72
2019-10-09Update the concepts implementation to conform to C++20.Jason Merrill1-7/+2
2019-10-02Add some hash_map_safe_* functions like vec_safe_*.Jason Merrill1-4/+2
2019-09-11[PATCH] some tree struct markingNathan Sidwell1-72/+81
2019-07-31Fix copy_node of TEMPLATE_INFO.Jason Merrill1-1/+0
2019-06-23Rename DEFAULT_ARG to DEFERRED_PARSE.Marek Polacek1-1/+1
2019-05-10call.c (build_call_a): Use FUNC_OR_METHOD_TYPE_P.Paolo Carlini1-4/+2
2019-04-30[GC PATCH] Correct TS marking of _EXPR nodesNathan Sidwell1-43/+64
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek1-0/+1
2018-05-24cp-tree.h (INDIRECT_TYPE_P): New.Paolo Carlini1-1/+1
2018-05-07[C++ PATCH] Kill -fno-for-scopeNathan Sidwell1-37/+0
2018-02-20c++: Fix spurious fallthrough warning on breakSiddhesh Poyarekar1-0/+5
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-28re PR sanitizer/81275 (-fsanitize=thread produce incorrect -Wreturn-type warn...Jakub Jelinek1-0/+5
2017-11-28Remove Cilk Plus support.Julia Koval1-1/+0
2017-11-14Support GTY((cache)) on hash_map.Jason Merrill1-41/+20
2017-10-17[PATCH PR/82546] tree node sizeNathan Sidwell1-31/+22
2017-10-05[C++ PATCH] Kill IDENTIFIER_GLOBAL_VALUENathan Sidwell1-0/+9
2017-09-22re PR bootstrap/81926 (go/parse.o differs between stage2 and stage3)Eric Botcazou1-5/+5
2017-09-09re PR bootstrap/81926 (go/parse.o differs between stage2 and stage3)Eric Botcazou1-2/+43
2017-07-29debug.h (struct gcc_debug_hooks): Add IMPLICIT argument to imported_module_or...Jakub Jelinek1-0/+7
2017-05-22invoke.texi (fdump-translation-unit): Delete documentation.Nathan Sidwell1-0/+3
2017-05-19toplev.c (general_init): Call register dump lang hook.Nathan Sidwell1-0/+9
2017-05-11cp-lang.c (get_global_decls, [...]): Move to ...Nathan Sidwell1-0/+16
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-16re PR c++/71694 (store-data race with bitfields and tail-padding in C++)Richard Biener1-0/+10
2016-11-03re PR debug/28767 (GCC should output DW_TAG_ptr_to_member for member functions)Jakub Jelinek1-10/+46
2016-11-01dwarf2out.c (add_name_and_src_coords_attributes): Add NO_LINKAGE_NAME argumen...Jakub Jelinek1-0/+10
2016-10-24dwarf2out.c (gen_subprogram_die): Add DW_AT_reference or DW_AT_rvalue_referen...Jakub Jelinek1-0/+26
2016-10-21dwarf2out.c (gen_variable_die): Emit DW_AT_const_expr attribute if needed.Jakub Jelinek1-0/+5
2016-10-17langhooks.h (struct lang_hooks_for_decls): Remove function_decl_explicit_p...Jakub Jelinek1-30/+34
2016-10-07Implement LWG2296 helper intrinsic c-family/Jakub Jelinek1-0/+1
2016-08-12[PR63240] generate debug info for defaulted member functionsAlexandre Oliva1-2/+23
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-7/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-2/+0
2015-09-17Implement N4295 fold-expressions.Andrew Sutton1-0/+4
2015-09-14PR28901 -Wunused-variable ignores unused const initialised variables in CMark Wielaard1-4/+0
2015-08-07Add C++ Concepts TS support.Andrew Sutton1-0/+4
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez1-1/+1
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0