benlangmuir accepted this revision.
benlangmuir added a comment.
This revision is now accepted and ready to land.
Nice simplification!
================
Comment at: clang/include/clang/Lex/ModuleMap.h:72
/// \param Header The umbrella header to collect.
- virtual void moduleMapAddUmbrellaHeader(FileManager *FileMgr,
- const FileEntry *Header) {}
+ virtual void moduleMapAddUmbrellaHeader(FileEntryRef Header) {}
};
----------------
Doc comment needs update
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151852/new/
https://reviews.llvm.org/D151852
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits