[PATCH] D75093: clang-cl: Add a `/showIncludes:user` flag.

Hans Wennborg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 25 03:12:19 PST 2020


hans added a comment.

Instead of replacing the old cc1 "--show-includes" with "--show-includes -sys-header-deps" -- which looks a little ugly maybe -- would it be simpler to just introduce a new cc1 flag instead, e.g. "--show-user-includes", and just expand /showIncludes:user to that?


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

https://reviews.llvm.org/D75093





More information about the cfe-commits mailing list