Skip to content
  • Douglas Gregor's avatar
    Remove an overly-eager assertion when replacing tokens with an · c998409c
    Douglas Gregor authored
    annotation token, because some of the tokens we're annotating might
    not be in the set of cached tokens (we could have consumed them
    unconditionally).
    
    Also, move the tentative parsing from ParseTemplateTemplateArgument
    into the one caller that needs it, improving recovery.
    
    llvm-svn: 86904
    c998409c
Loading