Files
clang-p2996/llvm/lib/Option/Arg.cpp
Justin Bogner f88de010ba [Option] Avoid excessive newlines when printing Arg and Option
Arg::print calls Option::print and Option::print calls itself
recursively. Add a flag so we can avoid seemingly random breaks in the
print output of an argument list.

No tests since this only affects debug output.
2023-08-09 16:29:43 -07:00

3.4 KiB