r181081 - [doc parsing]: Make warning about unknown command
Dmitri Gribenko
gribozavr at gmail.com
Sun May 12 07:44:45 PDT 2013
On Sat, May 11, 2013 at 6:52 PM, jahanian <fjahanian at apple.com> wrote:
>
> On May 10, 2013, at 7:29 PM, Douglas Gregor <dgregor at apple.com> wrote:
>
>> Bill, please pull rr181487 into the release branch.
>>
>> Sent from my iPhone
>>
>> On May 10, 2013, at 4:07 PM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
>>
>>> 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.
>
> 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 <gribozavr at gmail.com>*/
More information about the cfe-commits
mailing list