On Sat, May 11, 2013 at 6:52 PM, jahanian <[email protected]> wrote: > > On May 10, 2013, at 7:29 PM, Douglas Gregor <[email protected]> wrote: > >> Bill, please pull rr181487 into the release branch. >> >> Sent from my iPhone >> >> On May 10, 2013, at 4:07 PM, Dmitri Gribenko <[email protected]> wrote: >> >>> On Sat, May 11, 2013 at 1:59 AM, Douglas Gregor <[email protected]> wrote: >>>> >>>> On May 9, 2013, at 1:05 PM, Dmitri Gribenko <[email protected]> wrote: >>>> >>>> On Thu, May 9, 2013 at 1:59 AM, Douglas Gregor <[email protected]> wrote: >>>> >>>> What are the specific commits we need to pull >>>> into 3.3 to get this silenced by default? >>>> >>>> >>>> Hi Doug, >>>> >>>> Please approve >>>> r181487 >>>> r181517 >>>> r181521 >>>> r181523 >>>> for Clang 3.3. >>>> >>>> >>>> That's more churn than I'd like on the release branch for this feature. How >>>> about just pulling r181487, which moves these warnings off into an >>>> off-by-default, non-Wdocumentation group? >>> >>> Yes, that would be fine, too. > > If the first patch which issues diagnostic on unknown tag did not make it > into 3.3 branch, then no patch will be needed.
The initial change r181081 is included in 3.3 release: http://llvm.org/viewvc/llvm-project?view=revision&revision=181274 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 <[email protected]>*/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
