================
@@ -135,6 +135,9 @@ class TextEncodingConverter {
return std::string(Result);
return EC;
}
+
+ // Maps the encoding name to enum constant if possible.
----------------
abhina-sree wrote:This function has now been removed from the header https://github.com/llvm/llvm-project/pull/138895 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
