[PATCH] D113393: [c++2b] Implement P0849R8 auto(x)
Zhihao Yuan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 25 12:34:00 PST 2022
lichray added a comment.
In D113393#3340878 <https://reviews.llvm.org/D113393#3340878>, @aaron.ballman wrote:
> Are there changes needed for the AST printer for this new form of cast notation?
Fixed one pre-existing issue, and now emit legal C++ code, except in one corner case. But `CXXUnresolvedConstructExpr` is a cause of more problems than that, so not touching it for now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113393/new/
https://reviews.llvm.org/D113393
More information about the cfe-commits
mailing list