summaryrefslogtreecommitdiff
path: root/gcc/cp/lambda.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branches/gcc-7-branch rev 251138.Yvan Roux2017-08-171-1/+4
* Merge branches/gcc-7-branch rev 250046.Yvan Roux2017-07-071-4/+5
* 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
* 2015-06-25 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-251-2/+0
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-3/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-4/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-3/+0
* PR c++/65727jason2015-04-151-15/+13
* /cppaolo2015-04-031-1/+1
* PR c++/58597jason2015-01-271-1/+1
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-4/+10
* Update copyright years.jakub2015-01-051-1/+1
* PR c++/61402jason2014-12-121-1/+2
* Remove N3639 "array of runtime length" from -std=c++14.jason2014-12-121-1/+1
* * cgraph.h: Flatten. Remove all include files.amacleod2014-10-281-1/+12
* PR c++/63601jason2014-10-201-0/+11
* PR c++/63320jason2014-09-221-3/+5
* libcpp/emsr2014-08-231-1/+1
* PR c++/61566jason2014-08-151-2/+3
* IPA C++ refactoring 1/Nmarxin2014-07-241-3/+2