aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-25c-pretty-print.h (c_pretty_printer::id_expression): Now a virtual function.Gabriel Dos Reis1-6/+5
2013-08-24c-pretty-print.h (c_pretty_printer::constant): Now a virtual member function.Gabriel Dos Reis1-13/+12
2013-08-22pretty-print.h (output_buffer::output_buffer): Declare.Gabriel Dos Reis1-35/+32
2013-08-05c-pretty-print.c (print_c_tree): Simplify.Gabriel Dos Reis1-16/+7
2013-08-05pretty-print.h (pp_base): Remove.Gabriel Dos Reis1-21/+21
2013-08-04pretty-print.h (pp_bar_bar): New.Gabriel Dos Reis1-6/+6
2013-08-03pretty-print.h (pp_underscore): New.Gabriel Dos Reis1-1/+1
2013-05-28Implemented Cilk Plus Array Notation for C Compiler.Balaji V. Iyer1-0/+12
2013-03-04* c-pretty-print.c (pp_c_pretty_printer_init): Clear pp->flags.Jakub Jelinek1-0/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-2/+2
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther1-1/+2
2012-08-07cfg.c (debug_bb): Do not set TDF_BLOCKS.Steven Bosscher1-4/+2
2012-06-04c-pretty-print.h (pp_c_flag_gnu_v3): New enumerator.Sterling Augustine1-1/+3
2012-03-16tree.h (TREE_VECTOR_CST_ELTS): Remove.Richard Guenther1-1/+9
2012-01-17re PR c++/51777 (Errors message show unsigned long template parameters as sig...Paolo Carlini1-1/+3