This revision was automatically updated to reflect the committed changes.
Closed by commit rL364197: [analyzer] print() JSONify: ProgramPoint revision
(authored by Charusso, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://r
NoQ added a comment.
Pls commit? ^.^
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63438/new/
https://reviews.llvm.org/D63438
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commit
NoQ accepted this revision.
NoQ added a comment.
This revision is now accepted and ready to land.
Great, thanks!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63438/new/
https://reviews.llvm.org/D63438
___
cfe-commits mailing list
cfe-commi
Charusso updated this revision to Diff 205209.
Charusso added a comment.
- Added a test case.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63438/new/
https://reviews.llvm.org/D63438
Files:
clang/lib/Analysis/ProgramPoint.cpp
clang/test/Analysis/dump_egraph.c
Index: clang/test/An
NoQ added a comment.
Yes, this would be helpful! Tests?
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63438/new/
https://reviews.llvm.org/D63438
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.l
Charusso created this revision.
Charusso added a reviewer: NoQ.
Charusso added a project: clang.
Herald added subscribers: cfe-commits, dkrupp, donat.nagy, Szelethus,
mikhail.ramalho, a.sidorin, szepet, baloghadamsoftware, xazax.hun.
Now we also print out the filename with its path.
Repository: