aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-23re PR c++/85045 (ICE+SIGILL on valid C++ code: cxx_pretty_printer::postfix_e...Marek Polacek1-1/+1
2018-01-10Preserving locations for variable-uses and constants (PR c++/43486)David Malcolm1-1/+65
2018-01-03poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford1-2/+3
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-28Remove Cilk Plus support.Julia Koval1-12/+0
2017-11-21New POINTER_DIFF_EXPRMarc Glisse1-0/+2
2017-10-10Require wi::to_wide for treesRichard Sandiford1-2/+2
2017-10-05c-pretty-print.c (pp_c_parameter_type_list): Print ...Bernd Edlinger1-0/+5
2017-08-07Canonicalize names of attributes.Martin Liska1-0/+1
2017-05-09re PR c/35441 (pretty-printer cannot handle some expressions)Volker Reichelt1-1/+21
2017-01-06[bootstrap-O1] change value type to avoid sprintf buffer size warningAlexandre Oliva1-1/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-08PR c/78165 - avoid printing type suffix for constants in %E outputMartin Sebor1-27/+0
2016-10-28re PR debug/77773 (Segfault when compiling __simd64_float16_t using arm-none-...Aldy Hernandez1-5/+8
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers1-0/+10
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-4/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-5/+3
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill1-0/+4
2015-08-17c-pretty-print.c (pp_c_cv_qualifiers): Remove code dealing with whitespaces b...Marek Polacek1-26/+5
2015-07-30c-pretty-print.c (unary_expression): Don't print '*' for reference decay.Jason Merrill1-1/+7
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-06-26array-notation-common.c (find_rank): Use INDIRECT_REF_P.Marek Polacek1-1/+1
2015-06-25array-notation-common.c: Use VAR_P throughout.Marek Polacek1-1/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-24re PR c/56980 (C pretty-printer does not handle well pointer to typedef of st...Marek Polacek1-1/+3
2014-10-14machmode.h (int_n_data_t): New.DJ Delorie1-3/+13
2014-05-21tree.def (VOID_CST): New.Richard Sandiford1-0/+18
2014-05-06Merge in wide-int.Kenneth Zadeck1-7/+6
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-2/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-3/+3
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-1/+1
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-2/+2
2013-11-15c-pretty-print.c (pp_c_character_constant): Remove unnecessary wchar_type and...Richard Sandiford1-7/+1
2013-11-07tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers1-0/+9
2013-09-04c-pretty-print.h (c_pretty_printer::simple_type_specifier): Now a virtual mem...Gabriel Dos Reis1-26/+28
2013-09-03c-objc-common.c (c_tree_printer): Tidy.Gabriel Dos Reis1-70/+66
2013-08-30c-pretty-print.h (c_pretty_printer::declaration): Now a virtual member function.Gabriel Dos Reis1-47/+40
2013-08-26Really commit all changesGabriel Dos Reis1-8/+6
2013-08-26c-pretty-print.h (c_pretty_printer::unary_expression): Now a virtual member f...Gabriel Dos Reis1-96/+88
2013-08-26c-pretty-print.h (c_pretty_printer::postfix_expression): Now a virtual member...Gabriel Dos Reis1-67/+66
2013-08-25c-pretty-print.h (c_pretty_printer::primary_expression): Now a virtua member ...Gabriel Dos Reis1-22/+21
2013-08-25c-pretty-print.h (c_pretty_printer::translate_string): Declare.Gabriel Dos Reis1-16/+21