[clang-tools-extra] [clang] NFCI: Use `FileEntryRef` for `FileID` creation (PR #67838)

Jan Svoboda via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 3 10:54:57 PDT 2023


================
@@ -527,17 +527,6 @@ FileID SourceManager::getNextFileID(FileID FID) const {
 
 /// Create a new FileID that represents the specified file
 /// being \#included from the specified IncludePosition.
-///
-/// This translates NULL into standard input.
-FileID SourceManager::createFileID(const FileEntry *SourceFile,
----------------
jansvoboda11 wrote:

Not that I could find.

https://github.com/llvm/llvm-project/pull/67838


More information about the cfe-commits mailing list