[PATCH] D81569: [analyzer] SATest: Add option to specify projects to test

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 10 10:32:31 PDT 2020


NoQ accepted this revision.
NoQ added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/utils/analyzer/SATest.py:137
+    build_parser.add_argument("--projects", action="store", default="",
+                              help="Comma-separated list of preojects to test")
     build_parser.add_argument("-v", "--verbose", action="count", default=0)
----------------
Typo!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81569





More information about the cfe-commits mailing list