| commit | 7b3f322517c2e026d2326e49ecf9bef1edb6e59d | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Mon Jun 18 06:11:04 2012 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Mon Jun 18 06:11:04 2012 +0000 |
| tree | 830897573c6007a76fb02391160a36dcb0d83d67 | |
| parent | 5c98e1fb24808978911ba2af44bce0401e12da34 [diff] |
Extend the error recovery for a template-argument-list terminated by '>>' to also deal with '>>>' (in CUDA), '>=', and '>>='. Fix the FixItHints logic to deal with cases where the token is followed by an adjacent '=', '==', '>=', '>>=', or '>>>' token, where a naive fix-it would result in a differing token stream on a re-lex. llvm-svn: 158652