r187922 - Fix doxygen function name mismatch.

Hans Wennborg hans at chromium.org
Wed Aug 7 15:45:34 PDT 2013


Yes, but I didn't want to deviate from the comments of the surrounding
ActOn* methods :/

On Wed, Aug 7, 2013 at 3:39 PM, Rafael EspĂ­ndola
<rafael.espindola at gmail.com> wrote:
> it is probably better to just remove the name from the comment.
>
> On 7 August 2013 18:34, Hans Wennborg <hans at hanshq.net> wrote:
>> Author: hans
>> Date: Wed Aug  7 17:34:01 2013
>> New Revision: 187922
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=187922&view=rev
>> Log:
>> Fix doxygen function name mismatch.
>>
>> Modified:
>>     cfe/trunk/include/clang/Sema/Sema.h
>>
>> Modified: cfe/trunk/include/clang/Sema/Sema.h
>> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Sema/Sema.h?rev=187922&r1=187921&r2=187922&view=diff
>> ==============================================================================
>> --- cfe/trunk/include/clang/Sema/Sema.h (original)
>> +++ cfe/trunk/include/clang/Sema/Sema.h Wed Aug  7 17:34:01 2013
>> @@ -6785,7 +6785,8 @@ public:
>>    /// ActOnPragmaMSStruct - Called on well formed \#pragma ms_struct [on|off].
>>    void ActOnPragmaMSStruct(PragmaMSStructKind Kind);
>>
>> -  /// ActOnPragmaMSStruct - Called on well formed \#pragma comment(kind, "arg").
>> +  /// ActOnPragmaMSComment - Called on well formed
>> +  /// \#pragma comment(kind, "arg").
>>    void ActOnPragmaMSComment(PragmaMSCommentKind Kind, StringRef Arg);
>>
>>    /// ActOnPragmaDetectMismatch - Call on well-formed \#pragma detect_mismatch
>>
>>
>> _______________________________________________
>> cfe-commits mailing list
>> cfe-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits




More information about the cfe-commits mailing list