aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-31re PR c++/58672 ([c++11] ICE with thread_local and variable of broken class)Jason Merrill1-0/+2
2014-01-31re PR c++/55800 (Link failure with thread_local in unnamed namespace)Jason Merrill1-1/+1
2014-01-30re PR c++/59633 (ICE with __attribute((vector_size(...))) for enum)Jason Merrill1-0/+16
2014-01-20c-ada-spec.h (dump_ada_specs): Revert prototype change.Eric Botcazou1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo1-4/+4
2013-11-22sanitizer.def (BUILT_IN_ASAN_BEFORE_DYNAMIC_INIT, [...]): New.Jakub Jelinek1-1/+25
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+6
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+0
2013-11-04c-ada-spec.h (cpp_operation): Add IS_TRIVIAL.Eric Botcazou1-1/+3
2013-10-31decl.c (cxx_maybe_build_cleanup): Always set LOOKUP_NONVIRTUAL.Jason Merrill1-20/+3
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-13/+13
2013-10-29re PR c++/58888 ([c++11] Rejects-valid: static member with auto and initializer)Paolo Carlini1-20/+0
2013-10-16re PR c++/57850 (Option -fdump-translation-unit not working)Jason Merrill1-10/+18
2013-10-11target.c: New file.Jakub Jelinek1-7/+66
2013-10-03re PR c++/58584 ([c++11] ICE with invalid argument for alignas)Paolo Carlini1-3/+8
2013-09-16Support lambda templates.Adam Butcher1-2/+3
2013-09-15re PR c++/41933 ([c++0x] lambdas and variadic templates don't work together)Jason Merrill1-5/+0
2013-09-13Revert r202554, r202540 and r202539.Adam Butcher1-3/+2
2013-09-12Support lambda templates.Adam Butcher1-2/+3
2013-08-06Commit the vtable verification feature.Caroline Tice1-1/+38
2013-06-06decl.c (grokdeclarator): Keep a decl with error type.Jason Merrill1-2/+6
2013-06-05class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_P instead o...Jan Hubicka1-2/+18
2013-06-03re PR c++/57419 (Access control doesn't stop referring to a deleted function)Paolo Carlini1-5/+15
2013-06-01lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...Jan Hubicka1-1/+1
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-3/+3
2013-05-25re PR c++/25666 (Bad diagnostic for templated destructor as friend)Paolo Carlini1-0/+9
2013-05-20re PR c++/57317 (bogus and unsuppressible warning: 'YYY' has a base 'ZZZ' who...Jason Merrill1-4/+1
2013-04-22Core 1609Jason Merrill1-1/+1
2013-04-19N3638 changes to return type deductionJason Merrill1-6/+2
2013-04-11re PR c++/52748 ([C++11] N3276 changes to decltype)Jason Merrill1-4/+10
2013-04-02cp-tree.h (TAGGED_TYPE_P): Remove.Paolo Carlini1-2/+2
2013-04-01Implement N2439 (ref-qualifiers for 'this')Bronek Kozicki1-5/+17
2013-04-01cp-tree.h (DECL_UNBOUND_CLASS_TEMPLATE_P): Remove.Paolo Carlini1-2/+1
2013-03-31decl2.c (collect_candidates_for_java_method_aliases): Use DECL_CLASS_SCOPE_P.Paolo Carlini1-2/+1
2013-03-29call.c (add_builtin_candidate): Use TYPE_PTR_P and VOID_TYPE_P.Paolo Carlini1-6/+6
2013-03-29tree.h (VAR_P): New.Gabriel Dos Reis1-15/+15
2013-03-26cp-gimplify.c (cp_genericize_r): Use VAR_OR_FUNCTION_DECL_P.Gabriel Dos Reis1-10/+6
2013-03-22cp-tree.h (identifier_p): New.Gabriel Dos Reis1-1/+1
2013-02-16re PR c++/51242 ([C++11] Unable to use strongly typed enums as bit fields)Jonathan Wakely1-1/+1
2013-01-19re PR target/54908 (misc regressions on emutls targets remain from dynamic in...Jason Merrill1-25/+53
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-09re PR c++/55801 (ICE with thread_local after ill-formed declaration)Paolo Carlini1-3/+4
2012-12-11re PR c++/54883 (Name mangling of types in an unnamed namespace)Jason Merrill1-8/+7
2012-12-10* decl2.c (cp_write_global_declarations): Return after writing a PCH.Steven Bosscher1-1/+6
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-37/+37
2012-11-15re PR c++/54903 (Auto + static in-class constant initialization not working)Jason Merrill1-10/+10
2012-11-06Function MultiversioningSriraman Tallam1-0/+4
2012-10-31This patch implements generic type query and conversion functions,Lawrence Crowl1-2/+2