aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-05support TARGET_MEM_REF in C/C++ error pretty-printing [PR97197]Jakub Jelinek1-0/+59
2020-09-19Infrastructure & C front end changes for array parameter checking (PR c/50584).Martin Sebor1-4/+57
2020-09-19Move loop and switch tree data structures from cp/ to c-family/.Sandra Loosemore1-5/+87
2020-06-09c-family: Fix up MEM_REF printing [PR95580]Jakub Jelinek1-2/+3
2020-06-05c++: Fix pretty-print of pointer minus integer.Jason Merrill1-1/+10
2020-04-14c++: "'decltype_type' not supported" in diagnostic [PR85278]Patrick Palka1-1/+5
2020-04-13PR c/92326 - wrong bound in zero-length array diagnosticsMartin Sebor1-1/+3
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-11Introduce pretty_printer::clone vfuncDavid Malcolm1-0/+7
2019-11-01PR middle-end/91679 - missing -Warray-bounds accessing a member array in a lo...Martin Sebor1-7/+11
2019-10-01[C] Improve diagnostics for vector typesRichard Sandiford1-0/+10
2019-09-30[C] Print ", ..." rather than ", ..." in diagnosticsRichard Sandiford1-1/+1
2019-01-31re PR libstdc++/88170 (pretty printer FAILs)Jakub Jelinek1-6/+6
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-19C++: more location wrapper nodes (PR c++/43064, PR c++/43486)David Malcolm1-3/+8
2018-10-12Fix typo in previous commit.Christophe Lyon1-1/+1
2018-10-11re PR c++/87364 (Pretty print of enumerator never prints the id, always falls...Will Wray1-15/+11
2018-06-08Convert dump and optgroup flags to enumsDavid Malcolm1-1/+1
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