aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-06-02cp-tree.h (init_error): Remove declaration.Patrick Palka1-12/+2
2015-05-16re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-6/+3
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-01re PR sanitizer/63956 ([UBSAN] ICE segfault in cxx_eval_call_expression ../.....Marek Polacek1-0/+9
2014-11-26Allow partial specialization of variable templates.Jason Merrill1-1/+3
2014-11-20* error.c (dump_expr): Avoid printing (*&i) for references.Jason Merrill1-1/+7
2014-10-27Implement N3653 (Member initializers and aggregates) and fix references to 't...Jason Merrill1-0/+4
2014-10-26In cp/error.c...Manuel López-Ibáñez1-7/+33
2014-09-30re PR c++/16564 (g++ seems to go into an infinite loop after errors)Paolo Carlini1-10/+0
2014-09-22decl.c (poplevel): Don't warn about unused vars in template scope.Jason Merrill1-0/+12
2014-08-25re PR c++/34938 (ICE with function pointers and attribute noreturn)Paolo Carlini1-1/+5
2014-08-20re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-10/+1
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-4/+4
2014-06-27re PR c++/61433 (ICE: SIGSEGV in friend_accessible_p (search.c:778) with -std...Jason Merrill1-0/+5
2014-06-14re PR c++/33101 ([DR 577] allow typedefs for void in empty parameter list)Paolo Carlini1-2/+3
2014-05-21tree.def (VOID_CST): New.Richard Sandiford1-0/+1
2014-04-10re PR ipa/60761 (Improve dump_decl for clones)Richard Biener1-1/+6
2014-03-01method.c (implicitly_declare_fn): Remove redundant DECL_TEMPLATE_RESULT and S...Paolo Carlini1-1/+1
2014-01-30decl.c (duplicate_decls, [...]): Use TYPE_IDENTIFIER.Paolo Carlini1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm1-3/+3
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-1/+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-2/+2
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-1/+0
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-0/+1
2013-10-23c-format.c (gcc_cxxdiag_char_table): Add %X.Jason Merrill1-1/+13
2013-10-16error.c (dump_exception_spec): Print "noexcept" rather than "noexcept (true)".Jason Merrill1-7/+10
2013-10-16tree-core.h (tree_code_name): Remove.Paulo Matos1-1/+1
2013-09-10cgraphunit.c (analyze_functions): Save input_location, set it to UNKNOWN_LOCA...Jan Hubicka1-2/+4
2013-09-09re PR c++/58362 (Wrong column number for unused parameter)Paolo Carlini1-3/+1
2013-09-09error.c (dump_expr, [...]): Fix.Paolo Carlini1-4/+7
2013-09-03c-objc-common.c (c_tree_printer): Tidy.Gabriel Dos Reis1-5/+5
2013-08-30Merge ubsan into trunk.Marek Polacek1-0/+7
2013-08-30c-pretty-print.h (c_pretty_printer::declaration): Now a virtual member function.Gabriel Dos Reis1-3/+3
2013-08-29Support dumping type bindings and 'mutable' qualifier in lambda diagnostics.Adam Butcher1-27/+46
2013-08-23diagnostic.c (diagnostic_set_caret_max_width): Use pp_buffer.Gabriel Dos Reis1-1/+1
2013-08-22pretty-print.h (output_buffer::output_buffer): Declare.Gabriel Dos Reis1-2/+3
2013-08-20error.c (pp_ggc_formatted_text): New.Gabriel Dos Reis1-14/+22
2013-08-17error.c (dump_scope): Add a cxx_pretty_printer parameter.Gabriel Dos Reis1-629/+641
2013-08-05pretty-print.h (pp_base): Remove.Gabriel Dos Reis1-34/+33
2013-08-04pretty-print.h (pp_bar_bar): New.Gabriel Dos Reis1-6/+6
2013-08-03pretty-print.h (pp_underscore): New.Gabriel Dos Reis1-5/+5
2013-06-21Implemented Cilk Plus Array Notation for C++Balaji V. Iyer1-0/+22
2013-05-08except.c (is_admissible_throw_operand_or_catch_parameter): Check variably_mod...Jason Merrill1-7/+17