================
@@ -70,6 +70,11 @@ 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
----------------
zibi2 wrote:
```suggestion
// This function is used if the buffer size needs to be increased
// due to potential z/OS EBCDIC -> UTF-8 conversion
```
https://github.com/llvm/llvm-project/pull/98652
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits