aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-ada-spec.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-01c-ada-spec.c (print_generic_ada_decl): Pass correctly-typed constant.Eric Botcazou1-3/+10
2017-07-29c-ada-spec.c (dump_generic_ada_node): Take into account signedness for enumer...Eric Botcazou1-2/+5
2017-07-21Remove TYPE_METHODS.Nathan Sidwell1-66/+46
2017-06-11tree.h (id_equal): New.Jason Merrill1-1/+1
2017-03-09Increment value instead of a pointer in ADA macro processing.Martin Liska1-1/+1
2017-02-24c-ada-spec.c (dump_ada_function_declaration): Add comment about the treatment...Eric Botcazou1-98/+13
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-13c-ada-spec.c (print_ada_declaration): For typedef declarations...Eric Botcazou1-2/+3
2016-09-27auto-inc-dec.c (try_merge): Remove break after return.Jakub Jelinek1-1/+0
2016-09-01c-ada-spec.c (dump_ada_function_declaration): Increase buffer size to guarant...Martin Sebor1-1/+1
2016-08-15c-ada-spec.c (dump_number): New function.Eric Botcazou1-3/+140
2016-08-09re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+1
2016-04-17c-ada-spec.c (get_underlying_decl): Return the typedef, if any.Eric Botcazou1-52/+36
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-30c-ada-spec.c (print_ada_macros): Remove redundant blank line.Eric Botcazou1-263/+214
2015-11-26re PR c++/68527 (ICE with -fdump-ada-spec on invalid C++ 11 code)Eric Botcazou1-4/+6
2015-11-16c-ada-spec.c (dump_ada_template): Use RECORD_OR_UNION_TYPE_P.Marek Polacek1-2/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-3/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-3/+2
2015-07-10c-ada-spec.h (cpp_operation): Revert latest change.Eric Botcazou1-5/+6
2015-07-08c-ada-spec.h (cpp_operation): Add IS_CONSTEXPR.Eric Botcazou1-0/+6
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-07-07c-ada-spec.h (cpp_operation): Add IS_MOVE_CONSTRUCTOR.Eric Botcazou1-3/+5
2015-06-30Implement N4197 - Adding u8 character literalsEdward Smith-Rowland1-0/+1