[PATCH] D22622: [analyzer] Add more info to exploded graph dumps
Artem Dergachev via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 23 04:14:08 PDT 2016
NoQ added a comment.
> We could add file names but only in cases the file name does not match the main file.
Whoops, right, i guess i'd just fall back to the default source location printing routine for this case (or for macros).
F2198462: 3.png <https://reviews.llvm.org/F2198462>
> This is not something that the patch addresses.
Yeah, just since we're all here anyway... By the way, `-analyzer-config prune-paths=false` is also very handy.
https://reviews.llvm.org/D22622
More information about the cfe-commits
mailing list