[PATCH] D103930: [clang][HeaderSearch] Fix implicit module when using header maps

Ian Anderson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 10 10:26:22 PDT 2023


iana added inline comments.


================
Comment at: clang/test/Modules/implicit-module-header-maps.cpp:52
+//    header and trip a `#error`, or
+// 2) header maps aren't usesd, as the header name doesn't exist and relies on
+//    the header map to remap it to the real header.
----------------
usesd -> used


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103930



More information about the cfe-commits mailing list