[PATCH] D116503: [clang] Add --start-no-unused-arguments/--end-no-unused-arguments to silence some unused argument warnings

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 5 11:40:22 PST 2022


MaskRay added inline comments.


================
Comment at: clang/test/Driver/diagnostics.c:2
 // Parse diagnostic arguments in the driver
 // PR12181
 
----------------
If you are going to update comments, remove this PR12181. It says an issue about `-Werror=unused-command-line-argument` but your comment below has covered the information.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116503



More information about the cfe-commits mailing list