[PATCH] D153699: [clang] Fix pretty-printing for variables declared in a for-loop condition

2023-06-24 Thread Vaibhav Thakkar via Phabricator via cfe-commits
vaithak created this revision. Herald added a project: All. vaithak requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D153699 Files: clang/lib/AST/StmtPrinter.cpp clang/test

[PATCH] D153699: [clang] Fix pretty-printing for variables declared in a for-loop condition

2023-06-24 Thread Vaibhav Thakkar via Phabricator via cfe-commits
vaithak updated this revision to Diff 534223. vaithak added a comment. rebased on the latest changes Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D153699/new/ https://reviews.llvm.org/D153699 Files: clang/lib/AST/StmtPrinter.cpp clang/test/PCH

[PATCH] D153699: [clang] Fix pretty-printing for variables declared in a for-loop condition

2023-06-24 Thread Vaibhav Thakkar via Phabricator via cfe-commits
vaithak added a comment. Please commit this change for me as I don't have commit access. Thanks 👍 My details: "Vaibhav Thakkar" Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D153699/new/ https://reviews.llvm.org/D153699 ___