r179039 - doce parsing: adding few more headerdoc tags.

jahanian fjahanian at apple.com
Mon Apr 8 12:16:02 PDT 2013


On Apr 8, 2013, at 12:01 PM, Jordan Rose <jordan_rose at apple.com> wrote:

> 
> On Apr 8, 2013, at 11:53 , Fariborz Jahanian <fjahanian at apple.com> wrote:
> 
>> Author: fjahanian
>> Date: Mon Apr  8 13:53:25 2013
>> New Revision: 179039
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=179039&view=rev
>> Log:
>> doce parsing: adding few more headerdoc tags.
>> // rdar://12379114
>> 
>> Modified:
>>    cfe/trunk/include/clang/AST/CommentCommands.td
>>    cfe/trunk/test/Index/comment-misc-tags.m
>> 
>> Modified: cfe/trunk/include/clang/AST/CommentCommands.td
>> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/CommentCommands.td?rev=179039&r1=179038&r2=179039&view=diff
>> ==============================================================================
>> --- cfe/trunk/include/clang/AST/CommentCommands.td (original)
>> +++ cfe/trunk/include/clang/AST/CommentCommands.td Mon Apr  8 13:53:25 2013
>> @@ -152,6 +152,7 @@ def InstanceSize  : RecordLikeDetailComm
>> def Ownership     : RecordLikeDetailCommand<"ownership">;
>> def Performance   : RecordLikeDetailCommand<"performance">;
>> def Security      : RecordLikeDetailCommand<"security">;
>> +def Seealso       : BlockCommand<"seealso">;
> 
> Typo: SeeAlso.
> 

In r179042.
- thanks, fariborz


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130408/732e2f6c/attachment.html>


More information about the cfe-commits mailing list