Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/Format/TokenTypes.def | ||
---|---|---|
1 | I think I'd prefer to keep these in the same header for now, i.e. declare a macro like. #define TYPES \ TYPE(ArrayInitializerLSquare) \ TYPE(ArraySubscriptLSquare) \ TYPE(AttributeParen) \ ... and use that instead of #including the .def file. What do you think? |
lib/Format/TokenTypes.def | ||
---|---|---|
1 | Done and committed. |
I think I'd prefer to keep these in the same header for now, i.e. declare a macro like.
#define TYPES \
and use that instead of #including the .def file.
What do you think?