[PATCH] D54972: [analyzer] [NFC] Test dumping trimmed graph

George Karpenkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 29 18:20:16 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL347941: [analyzer] [NFC] Test dumping trimmed graph (authored by george.karpenkov, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D54972?vs=175575&id=176010#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D54972

Files:
  cfe/trunk/test/Analysis/dump_egraph.c


Index: cfe/trunk/test/Analysis/dump_egraph.c
===================================================================
--- cfe/trunk/test/Analysis/dump_egraph.c
+++ cfe/trunk/test/Analysis/dump_egraph.c
@@ -1,5 +1,6 @@
 // RUN: %clang_analyze_cc1 -analyzer-checker=core -analyzer-dump-egraph=%t.dot %s
 // RUN: cat %t.dot | FileCheck %s
+// RUN: %clang_analyze_cc1 -analyzer-checker=core -analyzer-dump-egraph=%t.dot -trim-egraph %s
 // REQUIRES: asserts
 
 int getJ();


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54972.176010.patch
Type: text/x-patch
Size: 464 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181130/a2e29f6e/attachment.bin>


More information about the llvm-commits mailing list