Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 22935 Build 22935: arc lint + arc unit
Event Timeline
clang/lib/Parse/ParseTemplate.cpp | ||
---|---|---|
949–952 | 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.
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.