r255244 - [NFC] Improve a comment from my previous commit (r255221)
Faisal Vali via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 10 04:29:13 PST 2015
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);
More information about the cfe-commits
mailing list