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

David Majnemer david.majnemer at gmail.com
Wed Nov 27 16:55:12 PST 2013


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




More information about the cfe-commits mailing list