[PATCH] D85810: [clang] Pass-through remarks options to linker

Wei Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 18 20:36:38 PDT 2020


weiwang marked 5 inline comments as done.
weiwang added inline comments.


================
Comment at: clang/include/clang/Driver/Driver.h:638
+/// This checks for clang specific R-value ('-Rpass-*') group.
+bool hasRpassOptions(const llvm::opt::ArgList &Args);
+
----------------
bruno wrote:
> Nitpicking here, how about `usesRpassOptions`?
Thanks! Suggested name makes more sense. fixed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85810



More information about the cfe-commits mailing list