[PATCH] D81564: [analyzer] SATest: Add posibility to download source from git and zip
Gábor Horváth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 10 11:05:23 PDT 2020
xazax.hun added inline comments.
================
Comment at: clang/utils/analyzer/ProjectMap.py:14
+class DownloadType(str, Enum):
+ GIT = "git"
----------------
I was wondering what is the point of inheriting from `str`. I am not well-versed in Python so it is more of a curiosity.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81564/new/
https://reviews.llvm.org/D81564
More information about the cfe-commits
mailing list