This revision was automatically updated to reflect the committed changes.
Closed by commit rG38b455e91a63: [analyzer] SATest: Add option to specify
projects to test (authored by vsavchenko).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81569/new/
h
vsavchenko updated this revision to Diff 271010.
vsavchenko added a comment.
Fix typo
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81569/new/
https://reviews.llvm.org/D81569
Files:
clang/utils/analyzer/ProjectMap.py
clang/utils/analyzer/SATes
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 lis
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.
Repository:
rG LLVM Git