[cfe-commits] r173586 - Attach any tag type's documentation to its typedef if
jahanian
fjahanian at apple.com
Mon Jan 28 09:00:32 PST 2013
On Jan 27, 2013, at 1:19 PM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
> On Sun, Jan 27, 2013 at 4:55 PM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
>> On Sun, Jan 27, 2013 at 7:18 AM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
>>> Fariborz, it seems it doesn't like @tparam in templates.
>>> http://bb.pgr.jp/builders/clang-3stage-x86_64-linux/builds/832
>>
>> Here's a reduced example:
>>
>> /// \tparam T foo
>> template<typename T>
>> class Z {
>> };
>>
>> typedef Z<int> zint;
>>
>> Looking into it...
>
> Recommitted in r173626.
Thanks Dmitri.
- Fariborz
>
> 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