Change the formatting of the debug print outs to elide unnecessary information.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
@nicolasvasilache an easier solution maybe to use the normal value printer and drop anything except for the first line. However, readability is still somewhat limited.
clang-tidy: warning: extra ';' outside of a function is incompatible with C++98 [clang-diagnostic-c++98-compat-extra-semi]
not useful