<div style="font-family: arial, helvetica, sans-serif"><font size="2"><div class="gmail_quote">On Fri, Jun 22, 2012 at 1:52 AM, James Dennett <span dir="ltr"><<a href="mailto:jdennett@google.com" target="_blank">jdennett@google.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: jdennett<br>
Date: Fri Jun 22 03:52:37 2012<br>
New Revision: 158981<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=158981&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=158981&view=rev</a><br>
Log:<br>
Diagnostics cleanup: Fixing \params to match the code.<br></blockquote><div><br></div><div>s/Diagnostics/Doxygen I assume? ;]</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
Modified:<br>
    cfe/trunk/lib/Sema/SemaAccess.cpp<br>
    cfe/trunk/lib/Sema/SemaOverload.cpp<br>
    cfe/trunk/lib/Sema/SemaTemplateDeduction.cpp<br>
<br>
Modified: cfe/trunk/lib/Sema/SemaAccess.cpp<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaAccess.cpp?rev=158981&r1=158980&r2=158981&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaAccess.cpp?rev=158981&r1=158980&r2=158981&view=diff</a><br>

==============================================================================<br>
--- cfe/trunk/lib/Sema/SemaAccess.cpp (original)<br>
+++ cfe/trunk/lib/Sema/SemaAccess.cpp Fri Jun 22 03:52:37 2012<br>
@@ -1711,13 +1711,10 @@<br>
<br>
 /// Checks access for a hierarchy conversion.<br>
 ///<br>
-/// \param IsBaseToDerived whether this is a base-to-derived conversion (true)<br>
-///     or a derived-to-base conversion (false)<br>
 /// \param ForceCheck true if this check should be performed even if access<br>
 ///     control is disabled;  some things rely on this for semantics<br>
 /// \param ForceUnprivileged true if this check should proceed as if the<br>
 ///     context had no special privileges<br>
-/// \param ADK controls the kind of diagnostics that are used<br>
 Sema::AccessResult Sema::CheckBaseClassAccess(SourceLocation AccessLoc,<br>
                                               QualType Base,<br>
                                               QualType Derived,<br>
<br>
Modified: cfe/trunk/lib/Sema/SemaOverload.cpp<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaOverload.cpp?rev=158981&r1=158980&r2=158981&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaOverload.cpp?rev=158981&r1=158980&r2=158981&view=diff</a><br>

==============================================================================<br>
--- cfe/trunk/lib/Sema/SemaOverload.cpp (original)<br>
+++ cfe/trunk/lib/Sema/SemaOverload.cpp Fri Jun 22 03:52:37 2012<br>
@@ -5022,29 +5022,9 @@<br>
 /// \param Loc The source location of the construct that requires the<br>
 /// conversion.<br>
 ///<br>
-/// \param FromE The expression we're converting from.<br>
+/// \param From The expression we're converting from.<br>
 ///<br>
-/// \param NotIntDiag The diagnostic to be emitted if the expression does not<br>
-/// have integral or enumeration type.<br>
-///<br>
-/// \param IncompleteDiag The diagnostic to be emitted if the expression has<br>
-/// incomplete class type.<br>
-///<br>
-/// \param ExplicitConvDiag The diagnostic to be emitted if we're calling an<br>
-/// explicit conversion function (because no implicit conversion functions<br>
-/// were available). This is a recovery mode.<br>
-///<br>
-/// \param ExplicitConvNote The note to be emitted with \p ExplicitConvDiag,<br>
-/// showing which conversion was picked.<br>
-///<br>
-/// \param AmbigDiag The diagnostic to be emitted if there is more than one<br>
-/// conversion function that could convert to integral or enumeration type.<br>
-///<br>
-/// \param AmbigNote The note to be emitted with \p AmbigDiag for each<br>
-/// usable conversion function.<br>
-///<br>
-/// \param ConvDiag The diagnostic to be emitted if we are calling a conversion<br>
-/// function, which may be an extension in this case.<br>
+/// \param Diagnoser Used to output any diagnostics.<br>
 ///<br>
 /// \param AllowScopedEnumerations Specifies whether conversions to scoped<br>
 /// enumerations should be considered.<br>
@@ -9851,7 +9831,7 @@<br>
 /// \param OpcIn The UnaryOperator::Opcode that describes this<br>
 /// operator.<br>
 ///<br>
-/// \param Functions The set of non-member functions that will be<br>
+/// \param Fns The set of non-member functions that will be<br>
 /// considered by overload resolution. The caller needs to build this<br>
 /// set based on the context using, e.g.,<br>
 /// LookupOverloadedOperatorName() and ArgumentDependentLookup(). This<br>
@@ -10051,7 +10031,7 @@<br>
 /// \param OpcIn The BinaryOperator::Opcode that describes this<br>
 /// operator.<br>
 ///<br>
-/// \param Functions The set of non-member functions that will be<br>
+/// \param Fns The set of non-member functions that will be<br>
 /// considered by overload resolution. The caller needs to build this<br>
 /// set based on the context using, e.g.,<br>
 /// LookupOverloadedOperatorName() and ArgumentDependentLookup(). This<br>
<br>
Modified: cfe/trunk/lib/Sema/SemaTemplateDeduction.cpp<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaTemplateDeduction.cpp?rev=158981&r1=158980&r2=158981&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaTemplateDeduction.cpp?rev=158981&r1=158980&r2=158981&view=diff</a><br>

==============================================================================<br>
--- cfe/trunk/lib/Sema/SemaTemplateDeduction.cpp (original)<br>
+++ cfe/trunk/lib/Sema/SemaTemplateDeduction.cpp Fri Jun 22 03:52:37 2012<br>
@@ -2965,7 +2965,7 @@<br>
 /// \param FunctionTemplate the function template for which we are performing<br>
 /// template argument deduction.<br>
 ///<br>
-/// \param ExplicitTemplateArguments the explicit template arguments provided<br>
+/// \param ExplicitTemplateArgs the explicit template arguments provided<br>
 /// for this call.<br>
 ///<br>
 /// \param Args the function call arguments<br>
@@ -3225,7 +3225,7 @@<br>
 /// \param FunctionTemplate the function template for which we are performing<br>
 /// template argument deduction.<br>
 ///<br>
-/// \param ExplicitTemplateArguments the explicitly-specified template<br>
+/// \param ExplicitTemplateArgs the explicitly-specified template<br>
 /// arguments.<br>
 ///<br>
 /// \param ArgFunctionType the function type that will be used as the<br>
@@ -3408,7 +3408,7 @@<br>
 /// \param FunctionTemplate the function template for which we are performing<br>
 /// template argument deduction.<br>
 ///<br>
-/// \param ExplicitTemplateArguments the explicitly-specified template<br>
+/// \param ExplicitTemplateArgs the explicitly-specified template<br>
 /// arguments.<br>
 ///<br>
 /// \param Specialization if template argument deduction was successful,<br>
<br>
<br>
_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
</blockquote></div><br></font></div>