llvm-project
c1276185 - [Clang] Fix the printout of CXXParenListInitExpr involving default arguments (#130731)

Commit
206 days ago
[Clang] Fix the printout of CXXParenListInitExpr involving default arguments (#130731) The parantheses are unnecessary IMO because they should have been handled in the parents of such expressions, e.g. in CXXFunctionalCastExpr. Moreover, we shouldn't join CXXDefaultInitExpr either because they are not printed at all.
Author
Parents
Loading