From: Keith Seitz Date: Fri, 17 Feb 2017 19:05:52 +0000 (-0800) Subject: Introduce template arguments and default values. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=882b3a06fd27ecbbe562d137a0eac62034f00651;p=thirdparty%2Fbinutils-gdb.git Introduce template arguments and default values. --- diff --git a/gdb/cp-abi.h b/gdb/cp-abi.h index 968f92cbaa0..9620da10f9c 100644 --- a/gdb/cp-abi.h +++ b/gdb/cp-abi.h @@ -90,6 +90,22 @@ enum dtor_kinds { /* Deprecated? */ object_dtor_group }; + +/* Kinds of template arguments. */ +enum template_argument_kinds +{ + /* A type argument, e.g., "". */ + type_parameter, + + /* A value argument, e.g., "". */ + value_parameter, + + /* A template argument, e.g., "