================
@@ -70,6 +70,13 @@ class FileEntryRef {
   const FileEntry &getFileEntry() const {
     return *getBaseMapEntry().second->V.get<FileEntry *>();
   }
+
+  // This is a non const version of getFileEntry() which is used if the buffer
+  // size needs to be increased due to potential z/OS EBCDIC -> UTF-8 
conversion
+  FileEntry &getFileEntryToUpdate() {
----------------
abhina-sree wrote:

Thanks that's a good idea, I had to move the function definition below the 
class FileEntry and have implemented your suggested solution now

https://github.com/llvm/llvm-project/pull/98652
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to