[PATCH] D81566: [analyzer] CmpRuns.py: Decouple main functionality from argparse

Valeriy Savchenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 10 06:32:09 PDT 2020


vsavchenko created this revision.
vsavchenko added reviewers: NoQ, dcoughlin.
Herald added subscribers: cfe-commits, ASDenysPetrov, Charusso, dkrupp, donat.nagy, Szelethus, mikhail.ramalho, a.sidorin, szepet, baloghadamsoftware, xazax.hun.
Herald added a project: clang.

It makes it much harder to use from other modules when one of the
parameters is an argparse Namespace.  This commit makes it easier
to use CmpRuns programmatically.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81566

Files:
  clang/utils/analyzer/CmpRuns.py
  clang/utils/analyzer/SATestBuild.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81566.269816.patch
Type: text/x-patch
Size: 11050 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200610/34bfe67f/attachment-0001.bin>


More information about the cfe-commits mailing list