================
@@ -39,6 +39,9 @@ class ProgramPointTag {
public:
ProgramPointTag(void *tagKind = nullptr) : TagKind(tagKind) {}
virtual ~ProgramPointTag();
+
+ /// The description of this program point which will be displayed when the
+ /// ExplodedGraph is dumped in DOT format for debugging.
----------------
NagyDonat wrote:
I was thinking about renaming this function to `getDebugDumpLabel` or
`describeForDebugDump` or something similar to emphasize that this is not a
user-facing "clean" string. What do you think about this?
https://github.com/llvm/llvm-project/pull/131612
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits