<div dir="ltr">It would probably be useful to link the TS in this thread too.  Here is the latest version: <a href="http://cplusplus.github.io/reflection-ts/draft.pdf">http://cplusplus.github.io/reflection-ts/draft.pdf</a></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jan 22, 2020 at 8:55 PM Nick Meyer <<a href="mailto:nick.j.meyer@gmail.com">nick.j.meyer@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi all,<div><br></div><div>I want to start a thread about implementing the Reflection TS in Clang.  </div><div><br></div><div>I've been chatting a bit with Matus Chochlik about this, but I also want to get input from others on the best way to structure the code.  Currently, I'm close to having the parsing for type reflection working.  Right now the reflexpr keyword returns a specialized trait.  My plan was to then define all the reflection traits as type traits that dispatch to an intrinsic.  For value reflection, I was thinking we could follow a similar pattern except we might have to generate a type (instead of simply specializing a template) to represent the value.</div><div><br></div><div>I want to get input from others about this direction to see if it is reasonable or not before I go to far.  This is my first time working on Clang, so not sure how these discussions typically start.  Let me know if I should provide more detail on my comments above.</div><div><br></div><div>All best,</div><div>Nick</div></div>
</blockquote></div>