This revision was automatically updated to reflect the committed changes.
sammccall marked an inline comment as done.
Closed by commit rG56c54cf66bcd: [pseudo] Placeholder disambiguation strategy:
always choose second (authored by sammccall).
Changed prior to commit:
https://reviews.llvm.org/D1
sammccall marked an inline comment as done.
sammccall added inline comments.
Comment at: clang-tools-extra/pseudo/tool/ClangPseudo.cpp:231
+
+if (Disambiguate && PrintForest) {
+ ForestNode *DisambigRoot = &Root;
hokein wrote:
> nit: we're going to print
hokein accepted this revision.
hokein added a comment.
This revision is now accepted and ready to land.
This looks a good start!
Comment at: clang-tools-extra/pseudo/tool/ClangPseudo.cpp:231
+
+if (Disambiguate && PrintForest) {
+ ForestNode *DisambigRoot = &Root;
sammccall created this revision.
sammccall added a reviewer: hokein.
Herald added a subscriber: mgorny.
Herald added a project: All.
sammccall requested review of this revision.
Herald added subscribers: cfe-commits, alextsao1999.
Herald added a project: clang-tools-extra.
Mostly mechanics here. I