Makes the parser for clang-query auto close all open parens on EOF
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 6831 Build 6831: arc lint + arc unit
Event Timeline
Comment Actions
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.