r181081 - [doc parsing]: Make warning about unknown command

Dmitri Gribenko gribozavr at gmail.com
Fri May 10 16:07:22 PDT 2013


On Sat, May 11, 2013 at 1:59 AM, Douglas Gregor <dgregor at apple.com> wrote:
>
> On May 9, 2013, at 1:05 PM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
>
> On Thu, May 9, 2013 at 1:59 AM, Douglas Gregor <dgregor at apple.com> 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.

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