Files
clang-p2996/llvm/lib/Analysis/CFGPrinter.cpp
Lewis Crawford 07b6013e6f [CFGPrinter] Allow CFG dumps with a given filename (#112906)
Add functions to print the CFG via the debugger using a specified
filename.

This is useful when comparing CFGs for the same function before vs after
a change, or when handling functions with names that are too long to be
file names.
2024-11-05 12:58:48 +00:00

8.5 KiB