You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -565,6 +597,7 @@ int main(int argc, char *argv[])
565
597
("path", po::value<string>(), "defect matches if the path of its key event matches the given regex")
566
598
("event", po::value<string>(), "defect matches if its key event matches the given regex (each defect has exactly one key event, which determines its location in the code)")
567
599
("error", po::value<string>(), "defect matches if the message of its key event matches the given regex")
600
+
("hash-v1", po::value<string>(), "defect matches if its csdiff/v1 fingerprint starts with the given prefix")
568
601
("msg", po::value<string>(), "defect matches if any of its messages matches the given regex")
569
602
("tool", po::value<string>(), "defect matches if it was detected by tool that matches the given regex")
570
603
("annot", po::value<string>(), "defect matches if its annotation matches the given regex")
0 commit comments