Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks reasonable, but similar to D55189, can more of the implementation be pushed into a .cpp file rather than left in a header?
Paths
| Differential D55190
Move dump of individual comment nodes to NodeDumper ClosedPublic Authored by steveire on Dec 3 2018, 1:50 AM.
Details
Diff Detail
Event TimelineComment Actions Looks reasonable, but similar to D55189, can more of the implementation be pushed into a .cpp file rather than left in a header? This revision is now accepted and ready to land.Dec 6 2018, 5:42 AM Closed by commit rL348719: NFC: Move dump of individual comment nodes to NodeDumper (authored by steveire). · Explain WhyDec 9 2018, 5:33 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 177414 cfe/trunk/include/clang/AST/TextNodeDumper.h
cfe/trunk/lib/AST/ASTDumper.cpp
cfe/trunk/lib/AST/TextNodeDumper.cpp
|