aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-objcp-common.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-594/+0
2022-01-14c++: Avoid some -Wreturn-type false positives with const{expr,eval} if [PR103...Jakub Jelinek1-0/+7
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-16c++: two-stage name lookup for overloaded operators [PR51577]Patrick Palka1-0/+1
2021-11-18c-family: Add __builtin_assoc_barrierMatthias Kretz1-0/+1
2021-08-25Fix PR c++/66590: incorrect warning "reaches end of non-void function" for sw...Andrew Pinski1-0/+9
2021-08-17c++: Implement P0466R5 __cpp_lib_is_layout_compatible compiler helpers [PR101...Jakub Jelinek1-0/+1
2021-07-30c++: Implement P0466R5 __cpp_lib_is_pointer_interconvertible compiler helpers...Jakub Jelinek1-0/+1
2021-07-14c++: fix tree_contains_struct for C++ types [PR101095]Jason Merrill1-10/+14
2021-05-31c++/88601 - [C/C++] __builtin_shufflevector supportRichard Biener1-0/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-11c++: Module lang hook overridingNathan Sidwell1-0/+15
2020-12-03c++: Add __builtin_bit_cast to implement std::bit_cast [PR93121]Jakub Jelinek1-0/+2
2020-11-06core: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTINNathan Sidwell1-2/+3
2020-09-19Move loop and switch tree data structures from cp/ to c-family/.Sandra Loosemore1-12/+1
2020-08-14c++: More simplification of name_lookup apiNathan Sidwell1-1/+1
2020-07-28c++: Set more DECL_CONTEXTsNathan Sidwell1-1/+2
2020-01-18[C++ coroutines] Initial implementation.Iain Sandoe1-0/+4
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