summaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
Commit message (Expand)AuthorAgeFilesLines
* ChangeLog gcc/ktietz2011-01-011-1/+2
* PR c++/47003jason2010-12-221-3/+1
* PR c++/46058jason2010-12-031-2/+5
* * diagnostic-core.h: Include bversion.h.jsm282010-11-301-2/+1
* PR c++/45894jakub2010-11-091-1/+2
* PR c++/46335jason2010-11-091-3/+2
* * init.c (perform_member_init): Use build_vec_init_expr forjason2010-11-071-15/+35
* Restore canonical type comparison for dependent type(def)sdodji2010-11-021-16/+0
* * call.c (null_ptr_cst_p): Use maybe_constant_value.jason2010-11-021-0/+1
* * tree.c (build_cplus_new): Handle CONSTRUCTOR.jason2010-10-271-1/+2
* * tree.c (build_vec_init_expr): Split out from...jason2010-10-261-5/+38
* * tree.c (stabilize_expr): Handle xvalues properly.jason2010-10-261-2/+7
* In gcc/cp/:nicola2010-10-241-9/+0
* In gcc/cp/:nicola2010-10-231-0/+9
* PR c++/45983jason2010-10-151-1/+1
* 2010-10-12 Richard Guenther <rguenther@suse.de>rguenth2010-10-131-0/+9
* * tree.c (decl_storage_duration): New.jason2010-10-041-0/+19
* * tree.c (lvalue_kind): Rename from lvalue_p_1, make nonstatic.jason2010-09-281-16/+15
* Require lvalues as specified by the standard.jason2010-09-271-1/+1
* Patch PR c++/45200dodji2010-09-061-0/+5
* gcc/froydnj2010-08-091-5/+1
* * typeck.c (complete_type_or_maybe_complain): Split out from...jason2010-08-061-1/+2
* * tree.c (cp_tree_equal): Fix CONSTRUCTOR handling.jason2010-07-211-4/+14
* PR c++/44969jason2010-07-191-0/+11
* 2010-06-30 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2010-06-301-1/+1
* Enable implicitly declared move constructor/operator= (N3053).jason2010-06-301-6/+18
* Machinery to support implicit delete/move.jason2010-06-301-1/+6
* * class.c (type_has_virtual_destructor): New.jason2010-06-301-4/+19
* * cp-tree.h (TYPE_HAS_ASSIGN_REF): Rename to TYPE_HAS_COPY_ASSIGN.jason2010-06-301-5/+5
* Fix PR c++/44188dodji2010-06-061-8/+0
* Implement noexcept-specification (15.4)jason2010-06-041-9/+11
* * call.c (build_conditional_expr): Never fold in unevaluated context.jason2010-06-041-0/+1
* gcc/ChangeLog:steven2010-05-281-0/+10
* Revert "Fix PR c++/44188"dodji2010-05-281-0/+8
* Fix PR c++/44188dodji2010-05-271-8/+0
* gcc/ChangeLog:steven2010-05-251-4/+1
* gcc/ChangeLog:steven2010-05-211-1/+0
* * call.c (reference_binding): Use cp_build_qualified_type_realjason2010-05-191-1/+1
* * decl.c (grokdeclarator): Don't check quals on fn type.jason2010-05-191-16/+10
* PR c++/44193jason2010-05-191-0/+8
* gcc/froydnj2010-05-181-3/+3
* C++ support for -Wunused-but-set-variabledodji2010-05-061-0/+2
* * tree.c (get_fns): Split out from get_first_fn.jason2010-04-271-2/+8
* PR c++/43856jason2010-04-271-4/+11
* PR c++/43790jason2010-04-271-1/+6
* * pt.c (print_template_statistics): New.jason2010-04-071-0/+1
* PR c++/43333jason2010-03-221-2/+5
* PR c++/12909jason2010-03-031-1/+1
* PR c++/43036jason2010-02-161-51/+33
* revert unnecessary hunkjason2010-02-121-4/+0