[PATCH] D24933: Enable configuration files in clang
Hal Finkel via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 12 01:18:55 PST 2016
hfinkel added inline comments.
================
Comment at: lib/Driver/Driver.cpp:2695
+ // Claim all arguments that come from configuration file, - driver must not
+ // warn about unused argument on them.
----------------
Grammar here is a bit odd, how about:
// Claim all arguments that come from a configuration file so that the driver does not warn on any that are unused.
https://reviews.llvm.org/D24933
More information about the cfe-commits
mailing list