diff options
| author | Csaba Dabis <dabis.csaba98@gmail.com> | 2019-06-24 16:19:39 +0000 |
|---|---|---|
| committer | Csaba Dabis <dabis.csaba98@gmail.com> | 2019-06-24 16:19:39 +0000 |
| commit | 3a4a60eb6a73e4f927895ca567bb714885648c36 (patch) | |
| tree | 51b866d04c768b08ff28b9e51defe1e7ef39842c /clang/test/Analysis/dump_egraph.c | |
| parent | ae171f1e9fe3e153c11a09dc3c17bf4cfd2e74ac (diff) | |
| download | bcm5719-llvm-3a4a60eb6a73e4f927895ca567bb714885648c36.tar.gz bcm5719-llvm-3a4a60eb6a73e4f927895ca567bb714885648c36.zip | |
[analyzer] print() JSONify: ProgramPoint revision
Summary: Now we also print out the filename with its path.
Reviewers: NoQ
Reviewed By: NoQ
Subscribers: xazax.hun, baloghadamsoftware, szepet, a.sidorin,
mikhail.ramalho, Szelethus, donat.nagy, dkrupp, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D63438
llvm-svn: 364197
Diffstat (limited to 'clang/test/Analysis/dump_egraph.c')
| -rw-r--r-- | clang/test/Analysis/dump_egraph.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Analysis/dump_egraph.c b/clang/test/Analysis/dump_egraph.c index 701e9850798..5544d9fae2e 100644 --- a/clang/test/Analysis/dump_egraph.c +++ b/clang/test/Analysis/dump_egraph.c @@ -22,3 +22,5 @@ int foo() { // CHECK: \"has_report\": true +// CHECK: \"pretty\": \"*x\", \"location\": \{ \"line\": 16, \"column\": 10, \"file\": \"{{(.+)}}dump_egraph.c\" \} + |

