djasper added inline comments. ================ Comment at: lib/Format/TokenTypes.def:1 @@ +1,2 @@ +//===--- TokenTypes.def - Token Type Database -------------------*- C++ -*-===// +// ---------------- 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? http://reviews.llvm.org/D11125 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
