summaryrefslogtreecommitdiff
path: root/gcc/c-family/c-pretty-print.c
Commit message (Expand)AuthorAgeFilesLines
* Rename .c files to .cc files.Martin Liska2022-01-171-3009/+0
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Handle ERROR_MARK in direct_abstract_declaratorRichard Biener2021-03-041-0/+1
* Avoid assuming SSA_NAME_IDENTIFIER is nonnull.Martin Sebor2021-01-171-11/+16
* c-family: Improve MEM_REF printing for diagnostics [PR98597]Jakub Jelinek2021-01-151-48/+211
* Avoid a couple more ICEs in print_mem_ref (PR c/98597).Martin Sebor2021-01-121-6/+4
* PR middle-end/98578 - ICE warning on uninitialized VLA accessMartin Sebor2021-01-071-13/+16
* PR c++/95768 - pretty-printer ICE on -Wuninitialized with allocated storageMartin Sebor2021-01-061-24/+163
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Additional small changes to support opaque modesAaron Sawdey2020-11-211-0/+2
* support TARGET_MEM_REF in C/C++ error pretty-printing [PR97197]Jakub Jelinek2020-10-051-0/+59
* Infrastructure & C front end changes for array parameter checking (PR c/50584).Martin Sebor2020-09-191-4/+57
* Move loop and switch tree data structures from cp/ to c-family/.Sandra Loosemore2020-09-191-5/+87
* c-family: Fix up MEM_REF printing [PR95580]Jakub Jelinek2020-06-091-2/+3
* c++: Fix pretty-print of pointer minus integer.Jason Merrill2020-06-051-1/+10
* c++: "'decltype_type' not supported" in diagnostic [PR85278]Patrick Palka2020-04-141-1/+5
* PR c/92326 - wrong bound in zero-length array diagnosticsMartin Sebor2020-04-131-1/+3
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Introduce pretty_printer::clone vfuncDavid Malcolm2019-12-111-0/+7
* PR middle-end/91679 - missing -Warray-bounds accessing a member array in a lo...Martin Sebor2019-11-011-7/+11
* [C] Improve diagnostics for vector typesRichard Sandiford2019-10-011-0/+10
* [C] Print ", ..." rather than ", ..." in diagnosticsRichard Sandiford2019-09-301-1/+1
* re PR libstdc++/88170 (pretty printer FAILs)Jakub Jelinek2019-01-311-6/+6
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* C++: more location wrapper nodes (PR c++/43064, PR c++/43486)David Malcolm2018-12-191-3/+8
* Fix typo in previous commit.Christophe Lyon2018-10-121-1/+1
* re PR c++/87364 (Pretty print of enumerator never prints the id, always falls...Will Wray2018-10-111-15/+11
* Convert dump and optgroup flags to enumsDavid Malcolm2018-06-081-1/+1
* re PR c++/85045 (ICE+SIGILL on valid C++ code: cxx_pretty_printer::postfix_e...Marek Polacek2018-03-231-1/+1
* Preserving locations for variable-uses and constants (PR c++/43486)David Malcolm2018-01-101-1/+65
* poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford2018-01-031-2/+3
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Remove Cilk Plus support.Julia Koval2017-11-281-12/+0
* New POINTER_DIFF_EXPRMarc Glisse2017-11-211-0/+2
* Require wi::to_wide for treesRichard Sandiford2017-10-101-2/+2
* c-pretty-print.c (pp_c_parameter_type_list): Print ...Bernd Edlinger2017-10-051-0/+5
* Canonicalize names of attributes.Martin Liska2017-08-071-0/+1
* re PR c/35441 (pretty-printer cannot handle some expressions)Volker Reichelt2017-05-091-1/+21
* [bootstrap-O1] change value type to avoid sprintf buffer size warningAlexandre Oliva2017-01-061-1/+2
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* PR c/78165 - avoid printing type suffix for constants in %E outputMartin Sebor2016-12-081-27/+0
* re PR debug/77773 (Segfault when compiling __simd64_float16_t using arm-none-...Aldy Hernandez2016-10-281-5/+8
* Implement C _FloatN, _FloatNx types.Joseph Myers2016-08-191-0/+10
* re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek2016-08-121-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* 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