aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-23re PR c++/14777 (typedef doesn't fully expose base class type)Dodji Seketeli1-5/+42
2009-11-20re PR c++/29017 (%s substituted with different untranslated words can't be pr...Shujing Zhao1-1/+13
2009-11-19re PR c++/561 (std:unclear about Overloaded Function Pointer resolution)Jason Merrill1-0/+1
2009-11-18re PR c++/40892 (maybe_warn_cpp0x i18n problems)Shujing Zhao1-1/+23
2009-11-18re PR c++/3187 (gcc lays down two copies of constructors)Jakub Jelinek1-0/+1
2009-11-13re PR c++/11987 (Accepts-invalid with inherited nested type)Jason Merrill1-0/+1
2009-11-12typeck.c (cv_qualified_p): New fn.Jason Merrill1-0/+1
2009-11-10re PR c++/34158 (Template delete doesn't call if exception thrown in construc...Jason Merrill1-0/+1
2009-11-07re PR c++/18451 (C++ error message regression)Jason Merrill1-0/+2
2009-11-03re PR c++/40944 ([C++0x] rejects well-formed code: SFINAE, decltype, function...Jason Merrill1-1/+1
2009-11-01tree.c (cv_unqualified): New fn.Jason Merrill1-0/+1
2009-10-30mangle.c (mangle_type_string_for_rtti): Reapply 153734.Jerry Quinn1-2/+1
2009-10-30tinfo.cc (operator=(const type_info&)): Revert 153734.Jerry Quinn1-1/+2
2009-10-30mangle.c (mangle_type_string_for_rtti): Revert r149964.Jerry Quinn1-2/+1
2009-10-27Allow no-capture lambdas to convert to function pointer.Jason Merrill1-0/+1
2009-10-26PR c++/38796, Core issue 906Jason Merrill1-2/+12
2009-10-08re PR c++/37177 ([c++0x] ICE on decltype(rel_ops::operator><int>);)Jason Merrill1-1/+3
2009-10-08* cp-tree.h: Fix location of documentation for DECL_LANG_FLAG_7.Gabriel Dos Reis1-2/+1
2009-10-06Fix lookup of initialized captures in unevaluated context.Jason Merrill1-1/+19
2009-10-02mangle.c (write_unnamed_type_name): Implement.Jason Merrill1-0/+3
2009-10-02parser.c (cp_parser_lambda_expression): Compute visibility.Jason Merrill1-3/+0
2009-10-01tree.h (tree_decl_common::lang_flag_8): New.Gabriel Dos Reis1-2/+17
2009-09-30* cp-tree.h (LANG_DECL_U2_CHECK): Check LANG_DECL_HAS_MIN.Jason Merrill1-1/+1
2009-09-29merge in cxx0x-lambdas-branch@152308Jason Merrill1-1/+135
2009-09-22re PR debug/41266 (Emit DW_TAG_template_parameter_pack and DW_TAG_formal_para...Dodji Seketeli1-1/+3
2009-09-18decl2.c (determine_visibility): Make anonymous types internal.Jason Merrill1-0/+4
2009-09-18c.opt: Add -fno-deduce-init-list.Jason Merrill1-0/+1
2009-09-14builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson1-1/+2
2009-09-13langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther1-0/+1
2009-09-08cp-tree.h (enum overload_flags): Remove OP_FLAG.Jason Merrill1-1/+1
2009-09-08decl.c (grokmethod): Rename from start_method.Jason Merrill1-2/+1
2009-09-03[multiple changes]Diego Novillo1-0/+1
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-1/+4
2009-08-31Emit DWARF for template parameters (PR debug/30161)Dodji Seketeli1-2/+6
2009-08-24cp-tree.h (DECL_DEFERRED_FN): Remove.Jason Merrill1-6/+1
2009-08-24re PR c++/41109 (Argument flagged as unused despite use in sizeof())Jason Merrill1-2/+8
2009-08-16Make TREE_USED match the [basic.def.odr] concept for FUNCTION_DECL and VAR_DE...Jason Merrill1-10/+3
2009-08-10Implement DR 757...Jason Merrill1-1/+10
2009-07-31call.c (convert_class_to_reference): Binding an lvalue to an rvalue reference...Jason Merrill1-0/+2
2009-07-31call.c (reference_binding): Rename lvalue_p to is_lvalue.Jason Merrill1-0/+1
2009-07-29re PR c++/14912 (Do not print default template arguments in error messages)Jason Merrill1-0/+2
2009-07-22mangle.c (mangle_type_string_for_rtti): Rename to be clearer.Jason Merrill1-1/+2
2009-07-16re PR libstdc++/37907 ([c++0x] support for std::is_standard_layout)Jason Merrill1-4/+18
2009-07-12cp-tree.h (enum cp_lvalue_kind_flags): Add clk_rvalueref.Jason Merrill1-3/+5
2009-07-04* cp-tree.h (LANG_DECL_FN_CHECK): Fix non-checking version.Jason Merrill1-1/+1
2009-07-04re PR c++/40619 ([c++0x] ICE on repeated decltype expression in auto functions)Jason Merrill1-0/+22
2009-07-03cp-tree.h (struct lang_decl): Overhaul.Jason Merrill1-177/+214
2009-07-02Use hash tables for template specialization lookup.Jason Merrill1-29/+13
2009-07-01* cp-tree.h (DECL_CLASS_TEMPLATE_P): Use DECL_IMPLICIT_TYPEDEF_P.Jason Merrill1-5/+4
2009-06-18class.c (get_vtable_decl): Replace finish_decl with cp_finish_decl.Aldy Hernandez1-1/+0