[PATCH] D33623: Make the parser close parens for you on EOF

Samuel Benzaquen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 30 06:57:28 PDT 2017


sbenza added a comment.

Do we want this change in the parser itself? or in clang-query?
clang-query could be helpful enough to add parens when it detect an `ET_ParserNoCloseParen` error, without changing the language here.


https://reviews.llvm.org/D33623





More information about the cfe-commits mailing list