summaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.jakub2017-01-011-1/+1
* PR bootstrap/78817jakub2016-12-211-1/+9
* * call.c (add_function_candidate): Also exclude inherited ctorsjason2016-12-021-18/+5
* * call.c (add_function_candidate): Exclude inherited copy/movejason2016-12-011-0/+19
* PR c++/78193 - inherited ctor regressions on sparc32.jason2016-11-171-10/+10
* PR c++/78369 - {} as default argumentjason2016-11-171-1/+2
* Improve various diagnostic issues.jason2016-11-141-12/+19
* Implement P0012R1, Make exception specifications part of the type system.jason2016-11-071-33/+44
* C++ cleanups before C++17 noexcept in types.jason2016-11-071-31/+40
* PR c++/78198 - inherited template ctor with default argjason2016-11-041-0/+3
* Implement P0136R1, Rewording inheriting constructors.jason2016-11-021-13/+126
* PR c++/77945 - constexpr and trivial copyjason2016-10-151-1/+1
* Further P0135 refinement.jason2016-10-081-20/+78
* C++17 copy elision improvements.jason2016-10-061-7/+31
* PR c++/54293 - binding reference to member of temporaryjason2016-10-051-12/+13
* * call.c (extend_ref_init_temps): Fix TARGET_EXPR handling.jason2016-10-051-14/+17
* * parser.c (cp_parser_skip_to_end_of_statement): Add missing break.jason2016-10-051-1/+0
* * doc/extend.texi (Java Exceptions): Remove.jakub2016-10-041-66/+1
* Core 903jason2016-09-211-0/+1
* PR c++/77651jakub2016-09-211-4/+4
* gcc/c-family:edlinger2016-09-121-1/+4
* Implement P0035R4, C++17 new of over-aligned types.jason2016-09-091-46/+128
* Avoid calling a trivial default constructor.jason2016-08-261-5/+13
* PR c/7652mpolacek2016-08-181-0/+2
* PR c/7652mpolacek2016-08-121-2/+7
* Harmonize diagnostics for invalid reference bindingredi2016-08-061-6/+6
* PR c++/66617 - virtual base list-initializationjason2016-07-241-13/+24
* PR c++/71576 - bitfield and rvalue referencejason2016-07-241-1/+1
* PR c++/71913 - missing copy elision with new.jason2016-07-221-3/+4
* * call.c (build_over_call): Check unsafe_copy_elision_p even forjason2016-07-221-3/+5
* PR c++/71835jakub2016-07-181-2/+5
* PR c++/71495 - spurious note during SFINAE.jason2016-07-151-1/+1
* PR c++/71117 - core 2189 and generic lambdajason2016-07-151-0/+6
* Use lvalue_p instead of real_lvalue_p.jason2016-07-081-13/+13
* Rename lvalue_p to obvalue_p.jason2016-07-081-1/+4
* Rename lvalue_or_rvalue_with_address_p to glvalue_p.jason2016-07-081-3/+2
* P0145: Refining Expression Order for C++ (-fstrong-eval-order).jason2016-07-081-10/+7
* * call.c (magic_varargs_p): Return 3 for __builtin_*_overflow_p.jakub2016-06-241-3/+9
* * tree.c (builtin_valid_in_constant_expr_p): Test forjakub2016-06-171-1/+1
* 2016-06-15 Paolo Carlini <paolo.carlini@oracle.com>paolo2016-06-151-4/+4
* P0145R2: Refining Expression Order for C++.jason2016-06-141-17/+90
* /cppaolo2016-05-181-1/+2
* Fix type-dependence and the current instantiation.jason2016-05-131-0/+3
* PR c/70756mpolacek2016-05-121-1/+1
* PR c/70859mpolacek2016-05-031-1/+2
* Bootstrapped/regtested on x86_64-linux, ok for trunk?mpolacek2016-04-261-4/+5
* DR 2137 - copy-constructor rank in list-initializationjason2016-04-191-1/+18
* Revert empty class parameter passing ABI changes.jason2016-04-141-102/+5
* Warn about empty parameter ABI with -Wabi=9.jason2016-04-131-0/+58
* Pass empty class parameters like C.jason2016-04-131-5/+44