- Now we could see the has_report property in trim-egraph mode.
- This patch also removes the trailing comma after each node.
Details
Details
Diff Detail
Diff Detail
Event Timeline
clang/test/Analysis/dump_egraph.c | ||
---|---|---|
3 | This did nothing. |
clang/test/Analysis/dump_egraph.c | ||
---|---|---|
3 | 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. |
Comment Actions
Thanks for the review!
clang/test/Analysis/dump_egraph.c | ||
---|---|---|
3 | I am not sure why Report.getErrorNode() == N is not enough, but now it passes well and satisfies the problem when we reported something on hidden nodes. |
This did nothing.