summaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
Commit message (Expand)AuthorAgeFilesLines
* Implement P0012R1, Make exception specifications part of the type system.jason2016-11-071-0/+40
* Use type_hash_eq langhook in check_qualified_type.jason2016-11-031-4/+5
* Implement P0136R1, Rewording inheriting constructors.jason2016-11-021-1/+1
* Implement P0258R2 - helper for C++17jakub2016-10-061-0/+144
* * doc/extend.texi (Java Exceptions): Remove.jakub2016-10-041-28/+0
* Implement P0035R4, C++17 new of over-aligned types.jason2016-09-091-0/+24
* PR c/7652mpolacek2016-08-121-0/+2
* Rename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.jason2016-08-041-2/+2
* Improving concepts performance and diagnostics.jason2016-07-211-0/+5
* PR c++/70869jakub2016-07-181-0/+16
* Use lvalue_p instead of real_lvalue_p.jason2016-07-081-9/+7
* Rename lvalue_p to obvalue_p.jason2016-07-081-1/+9
* Rename lvalue_or_rvalue_with_address_p to glvalue_p.jason2016-07-081-16/+15
* Fix get_target_expr for bit-field expressions.jason2016-06-241-1/+6
* * tree.c (builtin_valid_in_constant_expr_p): Test forjakub2016-06-171-2/+3
* P0145R2: Refining Expression Order for C++.jason2016-06-141-6/+8
* PR c++/70507jakub2016-06-081-0/+6
* Fix type-dependence and the current instantiation.jason2016-05-131-17/+0
* PR c++/66561 - __builtin_LINE at al. should yield constant expressionsmsebor2016-05-031-2/+8
* Implement C++17 [[nodiscard]] attribute.jason2016-04-281-0/+26
* * cvt.c (cp_get_callee): New.jason2016-04-281-5/+2
* Bootstrapped/regtested on x86_64-linux, ok for trunk?mpolacek2016-04-261-0/+39
* Implement C++17 [[maybe_unused]] attribute.jason2016-04-251-0/+11
* * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.matz2016-04-181-1/+1
* 2016-04-16 Sandra Loosemore <sandra@codesourcery.com>sandra2016-04-161-32/+0
* Fix PR c++/70610 (wrong overload resolution during template processing)ppalka2016-04-131-7/+1
* Fix PR c++/62212 (ICE during mangling of array type)ppalka2016-03-241-3/+2
* PR c++/70209mpolacek2016-03-151-3/+6
* PR c++/70067jason2016-03-041-0/+3
* PR c++/69889jason2016-02-261-7/+15
* PR c++/68049jason2016-02-251-1/+9
* PR c++/69912 - [6 regression] ICE in build_ctor_subob_ref initializingmsebor2016-02-241-2/+4
* PR c++/10200jason2016-02-171-0/+17
* PR c++/69753jason2016-02-151-17/+0
* PR c++/69251 - [6 Regression] ICE in unify_array_domain on a flexible arraymsebor2016-02-041-2/+13
* PR c++/68763jason2016-01-311-4/+34
* Revert "Fix the remaining PR c++/24666 blockers"ppalka2016-01-241-1/+1
* Fix the remaining PR c++/24666 blockers (arrays decay to pointers too early)ppalka2016-01-191-1/+1
* Fix PR c++/68936ppalka2016-01-161-1/+5
* 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