[PATCH] D37299: [Modules] Add ability to specify module name to module file mapping in a file

Bruno Cardoso Lopes via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 22 11:50:24 PDT 2017


bruno added a comment.

Hi Boris,

This is a handy option, very nice. Can you also add testcases?



================
Comment at: lib/Frontend/CompilerInvocation.cpp:1561
+
+  auto Buf = FileMgr.getBufferForFile(File);
+  if (!Buf) {
----------------
`auto Buf` -> `auto *Buf`


https://reviews.llvm.org/D37299





More information about the cfe-commits mailing list