[PATCH] D32263: Preprocessor: Suppress -Wnonportable-include-path for header maps

Eric Niebler via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 21 11:24:57 PDT 2017


eric_niebler added inline comments.


================
Comment at: clang/include/clang/Lex/HeaderSearch.h:401
+  }
+
   /// \brief Look up a subframework for the specified \#include file.
----------------
Why not just add a `, bool *IsMapped = nullptr` parameter to the existing `LookupFile`?


https://reviews.llvm.org/D32263





More information about the cfe-commits mailing list