ASTContext were only passed to the StmtPrinter in some places, while it
is always available in DeclPrinter. The context is used by StmtPrinter to better
print statements in some cases, like printing constants as written.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
not sure if this is a regression or not, as in theory we print the definition as written.