[PATCH] D62346: [analyzer] print() JSONify: getNodeLabel implementation

2019-05-29 Thread Csaba Dabis via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rC361997: [analyzer] print() JSONify: getNodeLabel implementation (authored by Charusso, committed by ). Changed prior to commit: https://reviews.llvm.org/D62346?vs=201988&id=201990#toc Repository: rC

[PATCH] D62346: [analyzer] print() JSONify: getNodeLabel implementation

2019-05-29 Thread Csaba Dabis via Phabricator via cfe-commits
Charusso updated this revision to Diff 201988. Charusso marked 4 inline comments as done. Charusso added a comment. - Remove unintended spaces. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D62346/new/ https://reviews.llvm.org/D62346 Files: clang/include/clang/Analysis/ProgramPoint.h

[PATCH] D62346: [analyzer] print() JSONify: getNodeLabel implementation

2019-05-29 Thread Artem Dergachev via Phabricator via cfe-commits
NoQ added a comment. > What do you mean by consistent spacing? I meant `BlockEntrance` vs. `Block Entrance`, etc. Repository: rC Clang CHANGES SINCE LAST ACTION https://reviews.llvm.org/D62346/new/ https://reviews.llvm.org/D62346 ___ cfe-comm