On Apr 8, 2013, at 12:01 PM, Jordan Rose <[email protected]> wrote:

> 
> On Apr 8, 2013, at 11:53 , Fariborz Jahanian <[email protected]> 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


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to