summaryrefslogtreecommitdiff
path: root/gcc/cp/lambda.c
Commit message (Expand)AuthorAgeFilesLines
* More delayed lambda capture fixes.jason2017-10-101-1/+129
* 2017-10-06 Paolo Carlini <paolo.carlini@oracle>paolo2017-10-061-3/+3
* Use local_specializations to find capture proxies.jason2017-09-281-5/+31
* Small lambda fixes.jason2017-09-281-1/+4
* * doc/invoke.texi: Document -std=c++17 and -std=gnu++17 and documentjakub2017-09-151-1/+1
* PR c++/81236 - ICE with template-id in generic lambdajason2017-08-291-1/+5
* Reimplement handling of lambdas in templates.jason2017-08-291-0/+83
* Remove unnecessary LAMBDA_EXPR fields.jason2017-08-291-1/+0
* Various small fixes.jason2017-08-291-1/+1
* /cppaolo2017-07-261-1/+4
* * config-lang.in (gtfiles): Add cp/lex.c.nathan2017-06-301-1/+1
* PR c++/80465 - ICE with generic lambda with noexcept-specifier.jason2017-06-171-4/+5
* gcc/cp/nathan2017-06-161-1/+2
* Implement no_sanitize function attributemarxin2017-06-131-3/+1
* gcc/c-family:edlinger2017-05-191-1/+5
* * cp-tree.h (class ovl_iterator, class lkp_iterator): New OVERLOADnathan2017-05-161-12/+9
* * cp-tree.h (pushdecl, pushdecl_maybe_friend, pushtag)nathan2017-05-111-2/+2
* gcc/cp/nathan2017-05-101-2/+2
* * name-lookup.h (pushdecl_with_scope): Replace with ...nathan2017-05-081-13/+2
* PR c++/79264nathan2017-01-311-6/+14
* Introduce C++ support in libcc1aoliva2017-01-311-1/+1
* PR c++/61636nathan2017-01-171-13/+48
* cp/nathan2017-01-041-11/+31
* Update copyright years.jakub2017-01-011-1/+1
* Implement P0012R1, Make exception specifications part of the type system.jason2016-11-071-0/+3
* Fix profiled bootstrap (part 2)marxin2016-10-071-1/+1
* Implement P0018R3, C++17 lambda capture of *this by value as [=,*this]jakub2016-09-271-4/+19
* Implement C++17 constexpr lambda.jason2016-08-091-0/+18
* /cppaolo2016-08-041-0/+2
* Rename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.jason2016-08-041-1/+1
* PR c++/71837 - pack expansion in init-capturejason2016-07-251-1/+7
* Use lvalue_p instead of real_lvalue_p.jason2016-07-081-1/+1
* * lambda.c (maybe_add_lambda_conv_op): Fix null object argument.jason2016-07-081-4/+5
* /cppaolo2016-05-291-1/+3
* PR c++/69024law2016-04-271-0/+1
* * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.matz2016-04-181-1/+1
* PR c++/69842jason2016-02-251-17/+13
* PR c++/69842jason2016-02-171-1/+3
* PR c++/69392jason2016-01-221-9/+9
* Update copyright years.jakub2016-01-041-1/+1
* PR c++/67411jason2015-12-201-3/+11
* * lambda.c (maybe_add_lambda_conv_op): Only setjason2015-11-251-5/+8
* PR c++/67941jason2015-11-251-0/+6
* adaamacleod2015-11-111-5/+0
* adaamacleod2015-10-291-6/+5
* 2015-10-26 Christian Bruel <christian.bruel@st.com>chrbr2015-10-261-8/+1
* PR c++/58566ville2015-10-121-1/+1
* Implement N4514, C++ Extensions for Transactional Memory.jason2015-10-041-1/+4
* * lambda.c (current_nonlambda_scope): New.jason2015-08-201-0/+24
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-2/+1