r181283 - C++ status:

Dmitri Gribenko gribozavr at gmail.com
Tue May 7 02:14:14 PDT 2013


On Tue, May 7, 2013 at 5:55 AM, Richard Smith
<richard-llvm at metafoo.co.uk> wrote:
> Author: rsmith
> Date: Mon May  6 21:55:48 2013
> New Revision: 181283
>
> URL: http://llvm.org/viewvc/llvm-project?rev=181283&view=rev
> Log:
> C++ status:
>  - fix paper links to point to isocpp.org, where most of the papers are already up
>  - update "SVN" features to "Clang 3.3" to distinguish them from features which we
>    complete after the branch
>  - document use of -std=c++1y to enable c++1y support

Hi Bill,

Please consider this commit for inclusion in Clang 3.3.

Dmitri

--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/



More information about the cfe-commits mailing list