Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
clang/lib/Parse/ParseTemplate.cpp | ||
---|---|---|
949–950 ↗ | (On Diff #166350) | It'd be good to include the other tokens that start with > here (which we also split as an extension): tok::greaterequal and tok::greatergreaterequal. |
Comment Actions
Added '>=' and '>>=' to the list of tokens that may indicate the end of the
empty template argument list.