aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2010-09-07cp-tree.h (build_enumerator): Add new location_t parameter.Arnaud Charlet1-1/+2
2010-08-19except.c (pending_noexcept, [...]): New.Jason Merrill1-0/+1
2010-08-06typeck.c (complete_type_or_maybe_complain): Split out from...Jason Merrill1-2/+3
2010-07-19re PR c++/44969 ([C++0x] <type_traits> std::is_constructible broken for funda...Paolo Carlini1-1/+2
2010-07-15re PR c++/44909 ([C++0x] Copy constructors implicitly deleted)Jason Merrill1-11/+2
2010-07-15tree.h (enum tree_index): Add TI_INTEGER_THREE.Anatoly Sokolov1-1/+0
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-2/+2
2010-07-13re PR c++/44909 ([C++0x] Copy constructors implicitly deleted)Jason Merrill1-1/+6
2010-07-13re PR c++/44908 (SFINAE vs pointer to member via virtual base)Paolo Carlini1-2/+4
2010-07-09re PR c++/43120 (Virtual inheritance with covariant return type confuses GCC)Jason Merrill1-0/+5
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-5/+4
2010-07-06cp-tree.h (impl_conv_void): New type.Shujing Zhao1-2/+13
2010-06-29Machinery to support implicit delete/move.Jason Merrill1-7/+38
2010-06-29class.c (type_has_virtual_destructor): New.Jason Merrill1-0/+2
2010-06-29cp-tree.h (TYPE_HAS_ASSIGN_REF): Rename to TYPE_HAS_COPY_ASSIGN.Jason Merrill1-25/+26
2010-06-28system.h: Poison GCC_EXCEPT_H for front-end files.Steven Bosscher1-0/+1
2010-06-16c.opt: Add -Wnoexcept.Jason Merrill1-1/+1
2010-06-11cp-tree.h (expr_list_kind): New type.Shujing Zhao1-2/+19
2010-06-09cp-tree.h (struct saved_scope): Change decl_ns_list field type to a VEC.Nathan Froyd1-1/+1
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-4/+4
2010-06-07cp-tree.h (COMPLETE_OR_OPEN_TYPE_P): New macro.Jason Merrill1-0/+5
2010-06-06re PR c++/44188 (Fails to produce DW_AT_typedef for typedef of anonymous struct)Dodji Seketeli1-1/+0
2010-06-05c-common.c: Move to c-family/.Steven Bosscher1-1/+1
2010-06-04Implement noexcept-specification (15.4)Jason Merrill1-8/+16
2010-06-04Implement noexcept operator (5.3.7)Jason Merrill1-0/+1
2010-06-03class.c (struct vtbl_init_data_s): Remove last_init field.Nathan Froyd1-1/+1
2010-05-30cp-tree.h (cp_build_function_call_nary): Declare.Nathan Froyd1-0/+2
2010-05-29cp-tree.h (struct cp_decl_specifier_seq): Move type_location field up.Nathan Froyd1-4/+4
2010-05-28c-common.h (GCC_DIAG_STYLE): Define earlier in the file, before including dia...Steven Bosscher1-10/+7
2010-05-28Revert "Fix PR c++/44188"Dodji Seketeli1-0/+1
2010-05-27re PR c++/44188 (Fails to produce DW_AT_typedef for typedef of anonymous struct)Dodji Seketeli1-1/+0
2010-05-26demangle-expected: Add tests for __int128 and unsigned __int128 types.Kai Tietz1-0/+2
2010-05-25Makefile.in (EXCEPT_H): Fix typo.Steven Bosscher1-4/+0
2010-05-19call.c (reference_binding): Use cp_build_qualified_type_real and cp_type_qual...Jason Merrill1-1/+0
2010-05-19re PR c++/44193 (function types, cv-quals and typename)Jason Merrill1-0/+2
2010-05-15c.opt: Add -fnothrow-opt.Jason Merrill1-0/+6
2010-05-13typeck.c (cp_build_array_ref): Factor out from...Jason Merrill1-1/+2
2010-05-13typeck.c (build_array_ref): Take complain parm.Jason Merrill1-1/+2
2010-05-13re PR bootstrap/44048 (building without C++ enabled fails)Jason Merrill1-1/+8
2010-05-13cp-tree.h (UNKNOWN_TYPE): Remove.Jason Merrill1-2/+0
2010-05-12cp-tree.h (LOOKUP_LIST_ONLY): New.Jason Merrill1-0/+2
2010-05-12call.c (add_candidates): Distinguish between type(x) and x.operator type().Jason Merrill1-2/+2
2010-05-07re PR c++/43951 (Revision 158918 miscompiled 483.xalancbmk in SPEC CPU 2006)Fabien Chêne1-1/+1
2010-05-06Add support for C++0x nullptr.Jason Merrill1-3/+8
2010-05-06C++ support for -Wunused-but-set-variableJakub Jelinek1-0/+4
2010-04-30toplev.c: Include varray.h for statistics dumping.Steven Bosscher1-1/+0
2010-04-27tree.c (get_fns): Split out from get_first_fn.Jason Merrill1-0/+1
2010-04-27re PR c++/43856 ([C++0x] gcc-4.5.0 fails to transform id-expression into clas...Jason Merrill1-0/+2
2010-04-27re PR c++/41468 (SFINAE for expressions doesn't consider ambiguous conversion...Jason Merrill1-1/+2
2010-04-27re PR c++/42844 (const variable requires initializer / no explicitly declared...Fabien Chêne1-0/+1