diff options
author | Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com> | 2023-05-16 14:54:11 +0200 |
---|---|---|
committer | Arthur Cohen <arthur.cohen@embecosm.com> | 2023-06-08 14:32:34 +0200 |
commit | 7c0c0cb69ba2819839005216489eed6d43d27a19 (patch) | |
tree | afbefc756b99878927c66ba7d7426583a20b3699 /gcc/gdbhooks.py | |
parent | cba5e7468d7c7a7f212da37db2e1de55641df5d3 (diff) | |
download | gcc-7c0c0cb69ba2819839005216489eed6d43d27a19.zip gcc-7c0c0cb69ba2819839005216489eed6d43d27a19.tar.gz gcc-7c0c0cb69ba2819839005216489eed6d43d27a19.tar.bz2 |
libproc_macro: Rename Procmacro subtypes
Rename procedural macro specializations without the "payload" suffix.
Those types will be reused in several places where the old suffix might
be counterintuitive.
ChangeLog:
* libgrust/libproc_macro/proc_macro.h (struct CustomDerivePayload):
Rename from CustomDerivePayload to...
(struct CustomDerive): ... CustomDerive
(struct AttrPayload): Rename from AttrPayload to ...
(struct Attribute): ... Attribute
(struct BangPayload): Rename from BangPayload to ...
(struct Bang): ... Bang
(union ProcmacroPayload): Update union with new names.
Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Diffstat (limited to 'gcc/gdbhooks.py')
0 files changed, 0 insertions, 0 deletions