So we can dump them outside of viewing the exploded graph.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
Yay.
clang/include/clang/Analysis/ProgramPoint.h | ||
---|---|---|
218–220 ↗ | (On Diff #167221) | Maybe retrieve Context from the ProgramPoint's LocationContext. Most structures define a print method that receives a stream and newline/separator strings, and dump as a method that calls print with default parameters. I guess it's easier for debuggers to support, because default arguments are meh. Also do we need some sort of LLVM_DUMP_METHOD here? |