(Sorry for all these commits; trying to sort out why svn doesn't want to store
my password.)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@369540
91177308-0d34-0410-b5e6-
96231b3b80d8
static constexpr int ArithmeticTypesCap = 24;
SmallVector<CanQualType, ArithmeticTypesCap> ArithmeticTypes;
- // Define some indices used to iterate over the arithemetic types in
+ // Define some indices used to iterate over the arithmetic types in
// ArithmeticTypes. The "promoted arithmetic types" are the arithmetic
// types are that preserved by promotion (C++ [over.built]p2).
unsigned FirstIntegralType,