[PATCH] D69150: [analyzer] Fix hidden node traversal in exploded graph dumps.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 17 16:49:19 PDT 2019


NoQ marked an inline comment as done.
NoQ added inline comments.


================
Comment at: clang/test/Analysis/dump_egraph.c:32
+// CHECK-SAME:    \"pretty\": \"0\", \"location\": \{
+// CHECK-SAME:        \"line\": 15, \"column\": 12, \"file\": \"
+// CHECK-SAME:    \}, \"stmt_point_kind\": \"PreStmtPurgeDeadSymbols\",
----------------
The actual filename is gracefully omitted so that not to confuse buildbots because it's going to be an absolute path.


Repository:
  rC Clang

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

https://reviews.llvm.org/D69150





More information about the cfe-commits mailing list