aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-tree.h
AgeCommit message (Expand)AuthorFilesLines
2014-08-19invoke.texi: Document -Wc99-c11-compat.Marek Polacek1-1/+1
2014-08-10re PR c/51849 (-Wc99-compat would be considered useful)Marek Polacek1-2/+4
2014-07-06re PR c/6940 (taking sizeof array parameter should trigger a warning)Marek Polacek1-0/+3
2014-06-03re PR c/60439 (No warning for case overflow in switch statement.)Marek Polacek1-1/+1
2014-05-10c-parser.c (c_parser_declaration_or_fndef): Pass init_loc to maybe_warn_strin...Marek Polacek1-1/+1
2014-05-09re PR c/61096 (error_init lacks a location)Marek Polacek1-4/+4
2014-05-02c-tree.h (error_init): Remove declaration.Marek Polacek1-2/+0
2014-04-25re PR c/60114 (Incorrect column number for -pedantic and -Wconversion)Marek Polacek1-1/+2
2014-03-28re PR c++/60689 (Bogus error with atomic::exchange)Jakub Jelinek1-0/+2
2014-02-07c-parser.c (c_parser_get_builtin_args): Replace calls to C_EXPR_APPEND by vec...Prathamesh Kulkarni1-9/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-13extend.texi (Statement Exprs, Typeof): Discuss __auto_type.Joseph Myers1-1/+2
2013-11-12c-common.c (c_common_reswords): Add _Thread_local.Joseph Myers1-1/+3
2013-11-07tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers1-1/+5
2013-10-11target.c: New file.Jakub Jelinek1-0/+9
2013-06-07Moved array notation helper functions from c/ to c-family/ files.Balaji V. Iyer1-3/+0
2013-05-28Implemented Cilk Plus Array Notation for C Compiler.Balaji V. Iyer1-0/+3
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-7/+2
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-2/+2
2012-08-17invoke.texi (-Wsizeof-pointer-memaccess): Document.Jakub Jelinek1-2/+4
2012-06-29configure.ac: Skip C if explicitly selected.Steven Bosscher1-0/+676