Skip to content
Snippets Groups Projects
  • Sebastian Redl's avatar
    Make the invalid declarator recovery when parsing members work the same as... · 83f3b859
    Sebastian Redl authored
    Make the invalid declarator recovery when parsing members work the same as when parsing global decls. It's still rather broken (skipping much too far when the declarator belongs to a function definition), but at least not so broken as to mismatch braces. Tested by the removal of the fixme in the template test case.
    
    llvm-svn: 130101
    83f3b859