[PATCH] D46520: [Driver] Use -fuse-line-directives by default in MSVC mode

Martin Storsjö via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 7 07:38:19 PDT 2018


mstorsjo added inline comments.


================
Comment at: lib/Driver/ToolChains/Clang.cpp:4218
 
   // -fno-use-line-directives is default.
   if (Args.hasFlag(options::OPT_fuse_line_directives,
----------------
hans wrote:
> The comment needs an update I think.
Thanks, will change into "-fno-use-line-directives is default, except for MSVC targets." before pushing.


Repository:
  rC Clang

https://reviews.llvm.org/D46520





More information about the cfe-commits mailing list