poiru added inline comments.

================
Comment at: lib/Format/TokenTypes.def:1
@@ +1,2 @@
+//===--- TokenTypes.def - Token Type Database -------------------*- C++ 
-*-===//
+//
----------------
djasper wrote:
> 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?
Done and committed.


Repository:
  rL LLVM

http://reviews.llvm.org/D11125




_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to