summaryrefslogtreecommitdiff
path: root/gcc/c-family/c-format.c
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/68815 (Error/warning diagnostic: '%s' should be converted to %q...Tobias Burnus2015-12-121-3/+3
* decl.c: Remove unused header files.Andrew MacLeod2015-11-111-3/+0
* decl.c: Reorder #include's and remove duplicates.Andrew MacLeod2015-10-291-5/+4
* Share memory blocks between pool allocatorsMikhail Maltsev2015-09-161-2/+1
* Change of location_get_source_line signatureDavid Malcolm2015-09-151-1/+1
* remove more useless typedefsTrevor Saunders2015-08-191-8/+8
* Add new object_allocator and clean-up allocator usage.Martin Liska2015-07-161-3/+4
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-1/+0
* array-notation-common.c: Use VAR_P throughout.Marek Polacek2015-06-251-2/+2
* 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
* re PR c/66415 (ice in location_column_from_byte_offset)Marek Polacek2015-06-081-1/+3
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-4/+0
* Change use to type-based pool allocator in c-format.c.Martin Liska2015-06-011-14/+12
* re PR c/52952 (Wformat location info is bad (wrong column number))Manuel López-Ibáñez2015-05-211-20/+136
* re PR c/65066 (ICE: Segmentation fault with -Wformat=2)Marek Polacek2015-02-161-0/+1
* re PR c/65040 (gcc-5 -Wformat broken)Marek Polacek2015-02-131-2/+15
* re PR c++/64629 (-Wformat-security warns with const char *const vars)Jason Merrill2015-01-211-0/+7
* 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 tree-optimization/63148 (r187042 causes auto-vectorization failure for ...Richard Biener2014-09-051-2/+8
* re PR c/52952 (Wformat location info is bad (wrong column number))Manuel López-Ibáñez2014-08-191-106/+150
* re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez2014-08-151-8/+7
* Merge in wide-int.Kenneth Zadeck2014-05-061-1/+1
* re PR c/60194 (-Wformat should also warn when using %d (instead of %u) for un...Tobias Burnus2014-04-121-1/+3
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck2013-11-201-1/+1
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+1
* c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford2013-11-181-2/+2
* cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford2013-11-181-3/+3
* tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers2013-11-071-0/+1
* c-format.c (gcc_cxxdiag_char_table): Add %X.Jason Merrill2013-10-231-1/+1
* opts.c: Include diagnostic-color.h.Jakub Jelinek2013-04-121-7/+11
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez2012-11-071-65/+44
* invoke.texi (Wmissing-format-attribute): Document as an alias of Wsuggest-att...Manuel López-Ibáñez2012-04-301-3/+3
* re PR c/44774 (-Werror=edantic)Manuel López-Ibáñez2012-04-221-2/+2
* re PR c++/52818 (printf format %lf is erroneously rejected by C++11)Jason Merrill2012-04-151-2/+3
* pretty-print.h (ATTRIBUTE_GCC_PPDIAG): Use GCC_DIAG_STYLE if set.Jason Merrill2011-06-071-1/+1
* don't use TYPE_ARG_TYPES in c-family/Nathan Froyd2011-05-041-16/+15
* remove useless if-before-free testsJim Meyering2011-04-201-4/+2
* tm.texi.in: Document C target hooks as separate from general target hooks.Joseph Myers2011-04-061-2/+2
* In gcc/: 2010-12-06 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2010-12-061-0/+1
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* c-format.c (enum format_specifier_kind, [...]): New.Paolo Bonzini2010-11-131-104/+131
* NS/CF String format syntax parsing.Iain Sandoe2010-11-061-14/+178
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-1/+1
* c-common.c: Move to c-family/.Steven Bosscher2010-06-051-0/+2870