Author: faisalv
Date: Thu Dec 10 06:29:11 2015
New Revision: 255244

URL: http://llvm.org/viewvc/llvm-project?rev=255244&view=rev
Log:
[NFC] Improve a comment from my previous commit (r255221)

Modified:
    cfe/trunk/lib/Sema/SemaTemplateDeduction.cpp

Modified: cfe/trunk/lib/Sema/SemaTemplateDeduction.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaTemplateDeduction.cpp?rev=255244&r1=255243&r2=255244&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaTemplateDeduction.cpp (original)
+++ cfe/trunk/lib/Sema/SemaTemplateDeduction.cpp Thu Dec 10 06:29:11 2015
@@ -3228,7 +3228,7 @@ DeduceFromInitializerList(Sema &S, Templ
   const bool IsDependentSizedArray =
       !IsConstSizedArray && AdjustedParamType->isDependentSizedArrayType();
 
-  QualType ElTy;  // The type of the std::initializer_list or the array 
element.
+  QualType ElTy;  // The element type of the std::initializer_list or the 
array.
 
   const bool IsSTDList = !IsConstSizedArray && !IsDependentSizedArray &&
                          S.isStdInitializerList(AdjustedParamType, &ElTy);


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to