Add ArrayRef constructor from None, and do the cleanups that this constructor enables
[oota-llvm.git] / include / llvm / Support / ConvertUTF.h
index d0f2ed3c08cdfb864b29ed45543226770c6d4453..1eae6d66222946574ea1512eea07e0d5e9b3c31f 100644 (file)
@@ -219,7 +219,7 @@ static inline ConversionResult convertUTF8Sequence(const UTF8 **source,
     return sourceExhausted;
   return ConvertUTF8toUTF32(source, *source + size, &target, target + 1, flags);
 }
-} // end namespace llvm
+} /* end namespace llvm */
 
 #endif