Some environments need a different end-of-line character, namely, dot graphs.
There, "\l" must be used to left-adjust the printed text, as "\n" centers everything printed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks great to me and pretty trivial, should somebody who's more familiar with this code take a look?
clang/lib/AST/StmtPrinter.cpp | ||
---|---|---|
72 ↗ | (On Diff #164549) | This variable is used so many times, maybe give it a shorter name? |