[PATCH] D86169: Initial support for letting plugins perform custom parsing of attribute arguments.

Jonathan Protzenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 26 09:47:36 PDT 2021


jonathan.protzenko added a comment.

I'm responding here after a ping on Bugzilla. The short version is I've stopped working on this patch. While I like the revised design that involves storing a list of tokens to make plugins even more powerful, this turned out to be a much bigger implementation effort than I initially anticipated. I was unable to find help or additional resources for this work at Microsoft; the internal project that might have benefited from this work turned out to not need it *that* bad after all. So, regrettably, that meant there was little incentive left for me to pursue this patch.

I'll keep monitoring this as well as Bugzilla for discussions, and I'll provide information/context on design in whichever way that I can. Thanks again Aaron for all your precious help throughout these discussions -- without your guidance I probably wouldn't have gotten anywhere at all.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86169/new/

https://reviews.llvm.org/D86169



More information about the cfe-commits mailing list