r195897 - Add a return statement to the func with an int return type.

Richard Smith richard at metafoo.co.uk
Wed Nov 27 18:31:43 PST 2013


Approved.


On Wed, Nov 27, 2013 at 5:59 PM, David Majnemer <david.majnemer at gmail.com>wrote:

> Hi Bill,
>
> Please pull this bugfix onto the 3.4 branch
>
>
> On Wed, Nov 27, 2013 at 8:03 PM, Richard Smith <richard at metafoo.co.uk>wrote:
>
>> If the test fails without it, then yes.
>>
>>
>> On Wed, Nov 27, 2013 at 4:55 PM, David Majnemer <david.majnemer at gmail.com
>> > wrote:
>>
>>> Do we want this merged into 3.4?
>>>
>>> Sent from my iPhone
>>>
>>> > On Nov 27, 2013, at 7:13 PM, Kaelyn Uhrain <rikka at google.com> wrote:
>>> >
>>> > Author: rikka
>>> > Date: Wed Nov 27 18:13:38 2013
>>> > New Revision: 195897
>>> >
>>> > URL: http://llvm.org/viewvc/llvm-project?rev=195897&view=rev
>>> > Log:
>>> > Add a return statement to the func with an int return type.
>>> >
>>> > Modified:
>>> >    cfe/trunk/test/SemaTemplate/instantiate-local-class.cpp
>>> >
>>> > Modified: cfe/trunk/test/SemaTemplate/instantiate-local-class.cpp
>>> > URL:
>>> http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaTemplate/instantiate-local-class.cpp?rev=195897&r1=195896&r2=195897&view=diff
>>> >
>>> ==============================================================================
>>> > --- cfe/trunk/test/SemaTemplate/instantiate-local-class.cpp (original)
>>> > +++ cfe/trunk/test/SemaTemplate/instantiate-local-class.cpp Wed Nov 27
>>> 18:13:38 2013
>>> > @@ -178,5 +178,6 @@ namespace PR14373 {
>>> >   };
>>> >   int call() {
>>> >     exec_func(Type());
>>> > +    return 0;
>>> >   }
>>> > }
>>> >
>>> >
>>> > _______________________________________________
>>> > cfe-commits mailing list
>>> > cfe-commits at cs.uiuc.edu
>>> > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>>>
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131127/a28f9dce/attachment.html>


More information about the cfe-commits mailing list