[PATCH] D62883: [analyzer] Track terminator conditions on which a tracked expressions depends
Kristóf Umann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 21 16:33:15 PDT 2019
Szelethus marked an inline comment as done.
Szelethus added inline comments.
================
Comment at: clang/test/Analysis/track-control-dependency-conditions.cpp:1-8
+// RUN: %clang_analyze_cc1 %s -verify -DTRACKING_CONDITIONS \
+// RUN: -analyzer-config track-conditions=true \
+// RUN: -analyzer-output=text \
+// RUN: -analyzer-checker=core
+//
+// RUN: %clang_analyze_cc1 %s -verify \
+// RUN: -analyzer-output=text \
----------------
NoQ wrote:
> Btw did you try `-verify=` as in D60732? It might make the test more readable.
So //thats// how you do it! Yea, this looks a lot better.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62883/new/
https://reviews.llvm.org/D62883
More information about the cfe-commits
mailing list