[PATCH] D46520: [Driver] Use -fuse-line-directives by default in MSVC mode
Hans Wennborg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 7 04:52:22 PDT 2018
hans accepted this revision.
hans added a comment.
This revision is now accepted and ready to land.
Seems reasonable to me (but please update the comment before landing).
================
Comment at: lib/Driver/ToolChains/Clang.cpp:4218
// -fno-use-line-directives is default.
if (Args.hasFlag(options::OPT_fuse_line_directives,
----------------
The comment needs an update I think.
Repository:
rC Clang
https://reviews.llvm.org/D46520
More information about the cfe-commits
mailing list