summaryrefslogtreecommitdiff
path: root/gcc/c-family/c-pretty-print.c
Commit message (Expand)AuthorAgeFilesLines
* decl.c: Remove unused header files.Andrew MacLeod2015-11-111-4/+0
* decl.c: Reorder #include's and remove duplicates.Andrew MacLeod2015-10-291-5/+3
* Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill2015-10-041-0/+4
* c-pretty-print.c (pp_c_cv_qualifiers): Remove code dealing with whitespaces b...Marek Polacek2015-08-171-26/+5
* c-pretty-print.c (unary_expression): Don't print '*' for reference decay.Jason Merrill2015-07-301-1/+7
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-2/+1
* array-notation-common.c (find_rank): Use INDIRECT_REF_P.Marek Polacek2015-06-261-1/+1
* array-notation-common.c: Use VAR_P throughout.Marek Polacek2015-06-251-1/+1
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-3/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-3/+0
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR c/56980 (C pretty-printer does not handle well pointer to typedef of st...Marek Polacek2014-10-241-1/+3
* machmode.h (int_n_data_t): New.DJ Delorie2014-10-141-3/+13
* tree.def (VOID_CST): New.Richard Sandiford2014-05-211-0/+18
* Merge in wide-int.Kenneth Zadeck2014-05-061-7/+6
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck2013-11-201-2/+2
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+2
* c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford2013-11-181-3/+3
* decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford2013-11-181-1/+1
* cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford2013-11-181-2/+2
* c-pretty-print.c (pp_c_character_constant): Remove unnecessary wchar_type and...Richard Sandiford2013-11-151-7/+1
* tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers2013-11-071-0/+9
* c-pretty-print.h (c_pretty_printer::simple_type_specifier): Now a virtual mem...Gabriel Dos Reis2013-09-041-26/+28
* c-objc-common.c (c_tree_printer): Tidy.Gabriel Dos Reis2013-09-031-70/+66
* c-pretty-print.h (c_pretty_printer::declaration): Now a virtual member function.Gabriel Dos Reis2013-08-301-47/+40
* Really commit all changesGabriel Dos Reis2013-08-261-8/+6
* c-pretty-print.h (c_pretty_printer::unary_expression): Now a virtual member f...Gabriel Dos Reis2013-08-261-96/+88
* c-pretty-print.h (c_pretty_printer::postfix_expression): Now a virtual member...Gabriel Dos Reis2013-08-261-67/+66
* c-pretty-print.h (c_pretty_printer::primary_expression): Now a virtua member ...Gabriel Dos Reis2013-08-251-22/+21
* c-pretty-print.h (c_pretty_printer::translate_string): Declare.Gabriel Dos Reis2013-08-251-16/+21
* c-pretty-print.h (c_pretty_printer::id_expression): Now a virtual function.Gabriel Dos Reis2013-08-251-6/+5
* c-pretty-print.h (c_pretty_printer::constant): Now a virtual member function.Gabriel Dos Reis2013-08-241-13/+12
* pretty-print.h (output_buffer::output_buffer): Declare.Gabriel Dos Reis2013-08-221-35/+32
* c-pretty-print.c (print_c_tree): Simplify.Gabriel Dos Reis2013-08-051-16/+7
* pretty-print.h (pp_base): Remove.Gabriel Dos Reis2013-08-051-21/+21
* pretty-print.h (pp_bar_bar): New.Gabriel Dos Reis2013-08-041-6/+6
* pretty-print.h (pp_underscore): New.Gabriel Dos Reis2013-08-031-1/+1
* Implemented Cilk Plus Array Notation for C Compiler.Balaji V. Iyer2013-05-281-0/+12
* * c-pretty-print.c (pp_c_pretty_printer_init): Clear pp->flags.Jakub Jelinek2013-03-041-0/+2
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-2/+2
* tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther2012-08-101-1/+2
* cfg.c (debug_bb): Do not set TDF_BLOCKS.Steven Bosscher2012-08-071-4/+2
* c-pretty-print.h (pp_c_flag_gnu_v3): New enumerator.Sterling Augustine2012-06-041-1/+3
* tree.h (TREE_VECTOR_CST_ELTS): Remove.Richard Guenther2012-03-161-1/+9
* re PR c++/51777 (Errors message show unsigned long template parameters as sig...Paolo Carlini2012-01-171-1/+3
* re PR middle-end/51010 (bad diagnostics: #'ssa_name' not supported by pp_c_ex...Richard Guenther2011-11-081-0/+7