summaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.jakub2016-01-041-1/+1
* Fix PR c++/68978 (bogus error: lvalue required as left operand of assignment)ppalka2015-12-181-0/+6
* Avoid code duplication in cp_tree_[operand|code]_lengthppalka2015-12-171-16/+3
* Fix PR c++/21802 (two-stage name lookup fails for operators)ppalka2015-12-151-0/+89
* Fix TYPE_MAIN_VARIANT construction for arrays of qualified typedefs (PR c/681...jsm282015-12-021-1/+2
* Merge C++ delayed folding branch.jason2015-11-141-25/+18
* adaamacleod2015-11-111-5/+0
* ENABLE_CHECKING refactoring: C family front endsmiyuki2015-11-041-9/+7
* adaamacleod2015-10-291-7/+4
* Replace REAL_VALUES_EQUAL with real_equalrsandifo2015-10-051-1/+1
* Add C++ Concepts TS support.jason2015-08-071-2/+17
* * tree.c (build_target_expr): Copy the location from value.jason2015-08-041-0/+2
* PR c++/66748mpolacek2015-07-081-2/+4
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-1/+0
* PR debug/66653jason2015-06-301-1/+1
* * call.c: Use VECTOR_TYPE_P.mpolacek2015-06-271-2/+1
* * call.c (set_up_extended_ref_temp): Use VAR_P.mpolacek2015-06-271-2/+1
* 2015-06-25 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-251-2/+0
* gcc/rsandifo2015-06-251-2/+2
* gcc/rsandifo2015-06-251-3/+3
* PR c++/65879jason2015-06-231-6/+6
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-3/+0
* PR c++/66536jason2015-06-161-1/+6
* PR c++/58063jason2015-06-161-0/+23
* PR c++/66383jason2015-06-091-9/+9
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-5/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-4/+0
* * tree.c (strip_typedefs_expr) [TRAIT_EXPR]: Fix typo.jason2015-05-181-4/+4
* PR c++/50800jason2015-04-291-0/+7
* PR c++/50800jason2015-04-281-32/+99
* Revert:PR c++/50800jason2015-04-231-99/+32
* PR c++/50800jason2015-04-231-32/+99
* * tree.c (replace_placeholders_t): Remove unused type.jason2015-04-151-7/+0
* PR c++/65690jason2015-04-091-0/+2
* PR c++/65690jakub2015-04-091-2/+9
* PR c++/65390mpolacek2015-03-311-4/+3
* PR c++/65046jason2015-03-191-11/+29
* PR c++/65054jason2015-02-131-14/+5
* * tree.c (handle_abi_tag_attribute): Diagnose invalid arguments.jason2015-02-021-0/+44
* PR tree-optimization/62053hubicka2015-01-161-2/+2
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-4/+10
* Update copyright years.jakub2015-01-051-1/+1
* Remove N3639 "array of runtime length" from -std=c++14.jason2014-12-121-1/+2
* PR c++/63959jason2014-11-201-1/+1
* PR c++/52282jason2014-11-171-33/+1
* 2014-11-14 Paolo Carlini <paolo.carlini@oracle.com>paolo2014-11-141-1/+1
* DR 1558jason2014-11-081-0/+5
* * cgraph.h: Flatten. Remove all include files.amacleod2014-10-281-0/+11
* Implement N3653 (Member initializers and aggregates) and fixjason2014-10-271-0/+98
* move many gc hashtab to hash_tabletbsaunde2014-10-121-40/+45