[PATCH] D63642: [analyzer] Add a debug analyzer config to place an event for each tracked condition

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 21 16:17:47 PDT 2019


NoQ accepted this revision.
NoQ added a comment.
This revision is now accepted and ready to land.

Aha, yep, nice debug flag!



================
Comment at: clang/test/Analysis/track-control-dependency-conditions.cpp:16
+// RUN: %clang_analyze_cc1 %s -verify \
+// RUN:   -DTRACKING_CONDITIONS -DTRACKING_CONDITIONS_DEBUG \
+// RUN:   -analyzer-config track-conditions=true \
----------------
Pls consider `-verify=` here as well.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63642/new/

https://reviews.llvm.org/D63642





More information about the cfe-commits mailing list