[PATCH] D63436: [analyzer] Fix JSON dumps for ExplodedNodes
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 17 12:46:02 PDT 2019
NoQ accepted this revision.
NoQ added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/test/Analysis/dump_egraph.c:3
// RUN: cat %t.dot | FileCheck %s
-// RUN: %clang_analyze_cc1 -analyzer-checker=core -analyzer-dump-egraph=%t.dot -trim-egraph %s
// REQUIRES: asserts
----------------
Charusso wrote:
> This did nothing.
Let's fix it by adding another `// RUN: cat %t.dot | FileCheck %s` after this line instead, so that both trimmed graph and untrimmed graph gets tested.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63436/new/
https://reviews.llvm.org/D63436
More information about the cfe-commits
mailing list