summaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branches/gcc-7-branch rev 256695.Maxim Kuvyrkov2018-01-151-2/+9
* Merge branches/gcc-7-branch rev 253626.Yvan Roux2017-10-111-6/+22
* Merge branches/gcc-7-branch rev 250046.Yvan Roux2017-07-071-5/+0
* PR middle-end/80423jakub2017-04-201-8/+8
* PR c++/80244 - ICE with attribute in template alias.mpolacek2017-04-181-0/+4
* PR c++/80415 - wrong error with default arg and array reference.jason2017-04-171-1/+2
* 2017-04-12 Richard Biener <rguenther@suse.de>rguenth2017-04-121-0/+8
* PR c++/80176jakub2017-04-101-0/+11
* PR c++/80095mpolacek2017-04-071-0/+14
* PR c++/79900 - ICE in strip_typedefsmpolacek2017-03-091-18/+29
* PR c++/77659 - ICE with new and C++14 aggregate NSDMIjason2017-02-121-5/+17
* PR c++/78908 - template ops and bitfieldsjason2017-02-101-1/+1
* PR c++/79316 - default argument in deduction guidejason2017-02-091-0/+2
* PR c++/79377jakub2017-02-061-2/+4
* PR c++/79176 - lambda ICE with -flto -Osjason2017-01-261-0/+8
* PR c++/78469 - defaulted ctor and inaccessible dtornathan2017-01-241-3/+9
* Update copyright years.jakub2017-01-011-1/+1
* PR objc++/78418 - ICE in string tests on darwinjason2016-11-211-1/+1
* Various C++17 decomposition fixes.jason2016-11-151-0/+8
* Implement P0217R3 - C++17 structured bindingsjason2016-11-141-0/+10
* 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