[PATCH] D17565: [Support] Add a fancy helper function to get a static name for a type.

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 24 13:02:47 PST 2016


joker.eph accepted this revision.
joker.eph added a comment.
This revision is now accepted and ready to land.

I like how non-intrusive it is on the client! Also how you avoid any macro on the client side! Very clever :)
All the ugliness (because of the lack of compile-time introspection in C++) hidden in a single place is nice.
LGTM.


http://reviews.llvm.org/D17565





More information about the llvm-commits mailing list