gcc/libcc1
Tom Tromey 0d5a0b9af5 libcc1: add deleter objects
This adds deleter objects for various kinds of protocol pointers to
libcc1.  Existing specializations of argument_wrapper are then
replaced with a single specialization that handles all pointer types
via the appropriate deleter.  The result here is a bit nicer because
the argument_wrapper boilerplate code is completely shared, leaving
just the memory-management detail to the particular specializations.

libcc1

	* rpc.hh (struct deleter): New template class and
	specializations.
	(argument_wrapper): Remove specializations.  Add specialization
	for any pointer type.
2021-05-05 00:06:17 -06:00
..
aclocal.m4
callbacks.cc Update copyright years. 2021-01-04 10:26:59 +01:00
callbacks.hh libcc1: delete copy constructor and assignment operators 2021-05-05 00:06:16 -06:00
cc1plugin-config.h.in
ChangeLog Daily bump. 2021-05-04 00:16:53 +00:00
compiler-name.hh Update copyright years. 2021-01-04 10:26:59 +01:00
configure GCC_CET_HOST_FLAGS: Check if host supports multi-byte NOPs 2021-05-03 05:01:23 -07:00
configure.ac Update copyright years. 2021-01-04 10:26:59 +01:00
connection.cc libcc1: inline some simple methods 2021-05-05 00:06:16 -06:00
connection.hh libcc1: delete copy constructor and assignment operators 2021-05-05 00:06:16 -06:00
findcomp.cc Update copyright years. 2021-01-04 10:26:59 +01:00
findcomp.hh Update copyright years. 2021-01-04 10:26:59 +01:00
libcc1.cc libcc1: use variadic templates for "rpc" 2021-05-05 00:06:16 -06:00
libcc1.sym
libcc1plugin.cc libcc1: use std::vector when building function types 2021-05-05 00:06:16 -06:00
libcc1plugin.sym
libcp1.cc libcc1: use variadic templates for "rpc" 2021-05-05 00:06:16 -06:00
libcp1plugin.cc libcc1: use std::vector when building function types 2021-05-05 00:06:16 -06:00
libcp1plugin.sym
Makefile.am Update copyright years. 2021-01-04 10:26:59 +01:00
Makefile.in
marshall-cp.hh libcc1: use templates to unmarshall enums 2021-05-05 00:06:16 -06:00
marshall.cc Update copyright years. 2021-01-04 10:26:59 +01:00
marshall.hh libcc1: use variadic templates for "call" 2021-05-05 00:06:16 -06:00
names.cc Update copyright years. 2021-01-04 10:26:59 +01:00
names.hh Update copyright years. 2021-01-04 10:26:59 +01:00
rpc.hh libcc1: add deleter objects 2021-05-05 00:06:17 -06:00
status.hh Update copyright years. 2021-01-04 10:26:59 +01:00