gcc/libgrust/libproc_macro
Pierre-Emmanuel Patry ba534efbc0 gccrs: libproc_macro: Change proc_macro.h to main header
Add different include directives to the proc_macro header in order to
create an handy header much alike rust-system.

libgrust/ChangeLog:

	* libproc_macro/proc_macro.h: Add Literal, Punct,
	Group, TokenTree and Tokenstream headers.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
2024-01-16 18:34:16 +01:00
..
rust gccrs: libproc_macro: Implement Drop for TokenStream 2024-01-16 18:34:12 +01:00
group.cc gccrs: libproc_macro: Remove internal named namespaces 2024-01-16 18:34:16 +01:00
group.h gccrs: libproc_macro: Remove internal named namespaces 2024-01-16 18:34:16 +01:00
ident.cc gccrs: libproc_macro: Remove internal named namespaces 2024-01-16 18:34:16 +01:00
ident.h gccrs: libproc_macro: Remove internal named namespaces 2024-01-16 18:34:16 +01:00
literal.cc gccrs: libproc_macro: Remove internal named namespaces 2024-01-16 18:34:16 +01:00
literal.h gccrs: libproc_macro: Remove internal named namespaces 2024-01-16 18:34:16 +01:00
Makefile.am gccrs: libproc_macro: Build statically 2024-01-16 18:34:16 +01:00
Makefile.in gccrs: libproc_macro: Build statically 2024-01-16 18:34:16 +01:00
proc_macro.cc gccrs: libproc_macro: Add license headers 2024-01-16 18:34:09 +01:00
proc_macro.h gccrs: libproc_macro: Change proc_macro.h to main header 2024-01-16 18:34:16 +01:00
punct.cc gccrs: libproc_macro: Remove internal named namespaces 2024-01-16 18:34:16 +01:00
punct.h gccrs: libproc_macro: Remove internal named namespaces 2024-01-16 18:34:16 +01:00
tokenstream.cc gccrs: libproc_macro: Remove internal named namespaces 2024-01-16 18:34:16 +01:00
tokenstream.h gccrs: libproc_macro: Remove internal named namespaces 2024-01-16 18:34:16 +01:00
tokentree.cc gccrs: libproc_macro: Remove internal named namespaces 2024-01-16 18:34:16 +01:00
tokentree.h gccrs: libproc_macro: Remove internal named namespaces 2024-01-16 18:34:16 +01:00