[PATCH] D123104: [Modules] Use looked-up filename when looking for module maps

Ben Langmuir via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 5 10:56:49 PDT 2022


benlangmuir accepted this revision.
benlangmuir added inline comments.


================
Comment at: clang/include/clang/Lex/HeaderSearch.h:758
+                                 bool IsSystemHeaderDir,
+                                 StringRef FileName = "");
 
----------------
This parameter could use a comment, even if it just points you to read the FIXME in the implementation.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123104/new/

https://reviews.llvm.org/D123104



More information about the cfe-commits mailing list