[PATCH] D81598: [analyzer] SATest: Add an easy option to connect to docker for debugging
Valeriy Savchenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 18 08:07:13 PDT 2020
vsavchenko marked an inline comment as done.
vsavchenko added inline comments.
================
Comment at: clang/utils/analyzer/entrypoint.py:23
+ while True:
+ sleep(3600)
+
----------------
NoQ wrote:
> I request comments (:
Yeah, I guess it can be quite confusing when you read only this script :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81598/new/
https://reviews.llvm.org/D81598
More information about the cfe-commits
mailing list