aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-ada-spec.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-3528/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-09-03Improve compatibility of -fdump-ada-spec with warningsEric Botcazou1-3/+7
2021-07-01Improve packed record layout support with -fdump-ada-specEric Botcazou1-7/+11
2021-07-01Fix duplicate name issues in output of -fdump-ada-spec #2Eric Botcazou1-8/+14
2021-06-03Fix issue for nested record types with -fdump-ada-specEric Botcazou1-64/+52
2021-06-03Fix issue for external subtypes with -fdump-ada-specEric Botcazou1-38/+53
2021-06-03Fix duplicate name issues in output of -fdump-ada-specEric Botcazou1-42/+64
2021-05-10Come up with startswith function.Martin Liska1-4/+4
2021-04-05Fix small regression with -fdump-ada-specEric Botcazou1-18/+21
2021-03-05Fix oversight in support for forward declarationsEric Botcazou1-2/+2
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-28Improve support of simple bit-fields in -fdump-ada-specEric Botcazou1-14/+9
2020-11-06core: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTINNathan Sidwell1-4/+4
2020-05-12Suppress warning for Interfaces.C with -fdump-ada-specEric Botcazou1-3/+6
2020-02-15Fix duplicates for anonymous structures with -fdump-ada-specEric Botcazou1-67/+71
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-20c-ada-spec.h (decl_sloc): Delete.Eric Botcazou1-1/+1
2019-11-13c-ada-spec.c (get_underlying_decl): Do not look through typedefs.Eric Botcazou1-2/+10
2019-08-21c-ada-spec.c (dump_ada_function_declaration): Be prepared for broken function...Eric Botcazou1-18/+21
2019-05-23* c-ada-spec.c (compare_node): Compare the DECL_UIDs as a last resort.Eric Botcazou1-1/+3
2019-05-21c-ada-spec.h (enum cpp_operation): Add IS_ASSIGNMENT_OPERATOR.Eric Botcazou1-0/+22
2019-04-09c-ada-spec.c (print_destructor): Deal with deleting destructors.Eric Botcazou1-2/+5
2019-04-07c-ada-spec.c (is_float128): New predicate extracted from...Eric Botcazou1-6/+24
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-27c-ada-spec.c: Include stringpool.h.Eric Botcazou1-20/+99
2018-10-01c-ada-spec.c (get_underlying_decl): Get to the main type variant.Eric Botcazou1-7/+12
2018-09-21c-ada-spec.c: Include diagnostic.h.Eric Botcazou1-0/+11
2018-08-20[PATCH] #assert becomes macro-likeNathan Sidwell1-4/+4
2018-08-17[PATCH] Macro body is trailing arrayNathan Sidwell1-2/+2
2018-08-17[PATCH] Move cpp_macro to cpplib.hNathan Sidwell1-1/+0
2018-08-16[PATCH] CPP Macro predicatesNathan Sidwell1-16/+13
2018-07-07c-ada-spec.c (to_ada_name): Remove index parameter.Eric Botcazou1-217/+105
2018-06-01c-ada-spec.c (dump_ada_declaration): Generate a forward declaration for a typ...Eric Botcazou1-4/+10
2018-03-20* c-ada-spec.c (pp_ada_tree_identifier): Deal specifically with _Bool.Eric Botcazou1-1/+1
2018-02-28i-cexten.ads (Float_128): New type.Eric Botcazou1-4/+16
2018-02-28c-ada-spec.c (dump_ada_double_name): New case.Eric Botcazou1-201/+200
2018-02-28c-ada-spec.c (dump_ada_node): Do not use generic address for incomplete struc...Eric Botcazou1-28/+14
2018-02-28c-ada-spec.c (dump_ada_import): Use boolean and fix formatting.Eric Botcazou1-85/+79
2018-02-28c-ada-spec.c (dump_ada_import): Use boolean and fix formatting.Eric Botcazou1-180/+159
2018-02-09c-ada-spec.c (dump_ada_declaration): Do not generate the 'constant' keyword f...Eric Botcazou1-2/+2
2018-01-10c-ada-spec.c (dump_number): Add FLOAT_P parameter.Eric Botcazou1-19/+34
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-10Require wi::to_wide for treesRichard Sandiford1-1/+1
2017-09-29c-ada-spec.c (to_ada_name): Add index parameter.Eric Botcazou1-24/+102
2017-09-29c-ada-spec.c (max_ada_macros): Move around.Eric Botcazou1-261/+196
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-08-07c-ada-spec.c (has_nontrivial_methods): Test for FUNCTION_DECL.Eric Botcazou1-5/+4
2017-08-05c-ada-spec.c (has_static_fields): Look only into variables.Eric Botcazou1-15/+14
2017-08-01c-ada-spec.c (has_static_fields): Look only into fields.Eric Botcazou1-17/+21