aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-diagnostic.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-1/+1
2016-07-13use auto_vec for more local variablesTrevor Saunders1-3/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-06Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-3/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-2/+2
2015-08-19remove more useless typedefsTrevor Saunders1-2/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+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-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm1-4/+5
2015-05-16re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-5/+5
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm1-1/+2
2013-03-21tree.h (DECL_DEBUG_EXPR_IS_FROM): Rename to ...Richard Biener1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-6/+4
2012-10-24re PR c++/54928 (Infinite output with after ICE with macro)Manuel López-Ibáñez1-67/+32
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-1/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+1
2012-05-24Make unwound macro expansion trace less redundantDodji Seketeli1-24/+69
2012-05-04re PR c++/24985 (caret diagnostics)Manuel López-Ibáñez1-9/+9
2012-04-30Strip "<built-in>" loc from displayed expansion contextDodji Seketeli1-0/+12
2012-04-26tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Fix comment.Manuel López-Ibáñez1-12/+6
2012-04-24tree-pretty-print.h (default_tree_printer): Do not declare.Manuel López-Ibáñez1-1/+70
2011-11-29tree-diagnostic (struct loc_t): Rename into struct loc_map_pair.David Edelsohn1-8/+8
2011-10-17Emit macro expansion related diagnosticsTom Tromey1-1/+181
2010-05-24diagnostic.c: Don't include flags.h.Joseph Myers1-1/+2
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+48