aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-08re PR c++/57068 (gcc prints warning "ref-qualifiers only available with -std=...Jason Merrill1-2/+2
2013-04-26diagnostic.h (file_name_as_prefix): Add context argument.Jakub Jelinek1-1/+1
2013-04-24N3648: init-captures are named.Jason Merrill1-1/+1
2013-04-22pt.c (fn_type_unification): Push tinst level around type_unification_real if ...Jason Merrill1-2/+4
2013-04-22error.c (dump_aggr_type): Fix lambda detection.Jason Merrill1-2/+11
2013-04-19N3638 changes to return type deductionJason Merrill1-1/+4
2013-04-12opts.c: Include diagnostic-color.h.Jakub Jelinek1-18/+20
2013-04-01cxx-pretty-print.h (pp_cxx_cv_qualifiers): New.Jason Merrill1-4/+2
2013-04-01Implement N2439 (ref-qualifiers for 'this')Bronek Kozicki1-0/+23
2013-03-29call.c (add_builtin_candidate): Use TYPE_PTR_P and VOID_TYPE_P.Paolo Carlini1-2/+2
2013-03-29cp-tree.h (AUTO_IS_DECLTYPE): New.Jason Merrill1-0/+6
2013-03-29tree.h (VAR_P): New.Gabriel Dos Reis1-3/+3
2013-03-27call.c (build_new_method_call_1): Use INDIRECT_REF_P.Gabriel Dos Reis1-2/+2
2013-03-21tree.h (DECL_DEBUG_EXPR_IS_FROM): Rename to ...Richard Biener1-2/+2
2013-03-16re PR c++/55241 ([C++11] diagnostics show sizeof...(T) as sizeof(T...))Jason Merrill1-3/+11
2013-03-08re PR c++/51412 ([c++0x] Broken diagnostic with invalid lambda expressions)Paolo Carlini1-0/+4
2013-02-14re PR c++/55232 ([C++11] ICE with -Wunused-parameter for unused parameter pac...Jason Merrill1-1/+9
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-13/+13
2012-10-15Implement C++11 inheriting constructors.Jason Merrill1-0/+5
2012-10-08PR c++/53528 C++11 attribute supportDodji Seketeli1-0/+5
2012-10-05cp-tree.h (SIZEOF_EXPR_TYPE_P): Define.Jakub Jelinek1-1/+3
2012-09-24re PR c++/50828 (class template parameter not printed for member function tem...Paolo Carlini1-1/+1