dexonsmith added inline comments.
================ Comment at: clang/lib/Basic/SourceManager.cpp:729-730 if (const SrcMgr::SLocEntry *Entry = getSLocEntryForFile(FID)) if (auto *Content = Entry->getFile().getContentCache()) if (Content && Content->OrigEntry) + return Entry->getFile().getName(); ---------------- These `if`s need to stay behind to detect whether the file is built-in. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D89508/new/ https://reviews.llvm.org/D89508 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits