vsavchenko added inline comments.
================
Comment at: clang/utils/analyzer/entrypoint.py:12
settings, rest = parse_arguments()
+ cmake_opts = list(filter(lambda cmd: cmd[:2]=='-D', rest))
if settings.wait:
----------------
I think we should still use `argparse` for stuff like this, and we don't want
any of these flags to sneak into `rest`.
https://stackoverflow.com/a/31141568/11582326
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105447/new/
https://reviews.llvm.org/D105447
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits