[PATCH] D84670: [clang][cli] Port HeaderSearch simple string options to new option parsing system
Michael Spencer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 17 09:15:45 PST 2020
Bigcheese accepted this revision.
Bigcheese added a comment.
This revision is now accepted and ready to land.
lgtm with nit.
================
Comment at: clang/include/clang/Driver/Options.td:1815
+ HelpText<"Specify the interval (in seconds) after which a module file will be considered unused">,
+ MarshallingInfoStringInt<"HeaderSearchOpts->ModuleCachePruneAfter", "31 * 24 *60 * 60">;
def fmodules_search_all : Flag <["-"], "fmodules-search-all">, Group<f_Group>,
----------------
Missing a space.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84670/new/
https://reviews.llvm.org/D84670
More information about the cfe-commits
mailing list