[PATCH] D121426: [VFS] Update uses of getVFSFromYAML to use the new getVFSFromYAMLs API
Ben Barham via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 10 15:55:51 PST 2022
bnbarham added inline comments.
================
Comment at: llvm/include/llvm/Support/Error.h:1284
- StringRef getFileName() { return FileName; }
+ StringRef getFileName() const { return FileName; }
----------------
Should this be in a change all by itself?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121426/new/
https://reviews.llvm.org/D121426
More information about the cfe-commits
mailing list