[clang] [clang] NFCI: Use `FileEntryRef` for `FileID` creation (PR #67838)
Jan Svoboda via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 3 11:03:46 PDT 2023
jansvoboda11 wrote:
Thanks for the feedback. I used `llvm::cantFail(FM.getFileRef(Name))` in some places to fail more gracefully. The error-reporting changes you suggest I'd like to put into a follow-up patch, to keep this one as NFC as possible. WDYT?
https://github.com/llvm/llvm-project/pull/67838
More information about the cfe-commits
mailing list