aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-format.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-13re PR tree-optimization/35503 (Warning about restricted pointers?)Prathamesh Kulkarni1-0/+3
2016-09-12Fix suggestions for non-trivial Wformat type cases (PR c/72858)David Malcolm1-58/+360
2016-09-09PR c/77520 - wrong value for extended ASCII characters in -Wformat messageMartin Sebor1-14/+6
2016-09-07Move class substring_loc from c-family into gccDavid Malcolm1-156/+1
2016-09-06PR c/77336 - -Wsuggest-attribute=format warning overly simplisticMartin Sebor1-3/+13
2016-08-16Fix caret locations in format_type_warning (PR c/72857)David Malcolm1-14/+22
2016-08-08c-format.c: suggest the correct format string to use (PR c/64955)David Malcolm1-18/+250
2016-08-08Use class substring_loc in c-format.c (PR c/52952)David Malcolm1-174/+313
2016-08-08c-format.c: cleanup of check_format_info_mainDavid Malcolm1-636/+1019
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-12re PR fortran/68815 (Error/warning diagnostic: '%s' should be converted to %q...Tobias Burnus1-3/+3
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-3/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-5/+4
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev1-2/+1
2015-09-15Change of location_get_source_line signatureDavid Malcolm1-1/+1
2015-08-19remove more useless typedefsTrevor Saunders1-8/+8
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska1-3/+4
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-25array-notation-common.c: Use VAR_P throughout.Marek Polacek1-2/+2
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-08re PR c/66415 (ice in location_column_from_byte_offset)Marek Polacek1-1/+3
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-06-01Change use to type-based pool allocator in c-format.c.Martin Liska1-14/+12
2015-05-21re PR c/52952 (Wformat location info is bad (wrong column number))Manuel López-Ibáñez1-20/+136
2015-02-16re PR c/65066 (ICE: Segmentation fault with -Wformat=2)Marek Polacek1-0/+1
2015-02-13re PR c/65040 (gcc-5 -Wformat broken)Marek Polacek1-2/+15
2015-01-21re PR c++/64629 (-Wformat-security warns with const char *const vars)Jason Merrill1-0/+7
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-09-05re PR tree-optimization/63148 (r187042 causes auto-vectorization failure for ...Richard Biener1-2/+8
2014-08-19re PR c/52952 (Wformat location info is bad (wrong column number))Manuel López-Ibáñez1-106/+150
2014-08-15re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-8/+7
2014-05-06Merge in wide-int.Kenneth Zadeck1-1/+1
2014-04-12re PR c/60194 (-Wformat should also warn when using %d (instead of %u) for un...Tobias Burnus1-1/+3
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-2/+2
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-3/+3
2013-11-07tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers1-0/+1
2013-10-23c-format.c (gcc_cxxdiag_char_table): Add %X.Jason Merrill1-1/+1
2013-04-12opts.c: Include diagnostic-color.h.Jakub Jelinek1-7/+11
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-11-07re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez1-65/+44
2012-04-30invoke.texi (Wmissing-format-attribute): Document as an alias of Wsuggest-att...Manuel López-Ibáñez1-3/+3
2012-04-22re PR c/44774 (-Werror=edantic)Manuel López-Ibáñez1-2/+2
2012-04-15re PR c++/52818 (printf format %lf is erroneously rejected by C++11)Jason Merrill1-2/+3
2011-06-07pretty-print.h (ATTRIBUTE_GCC_PPDIAG): Use GCC_DIAG_STYLE if set.Jason Merrill1-1/+1