[PATCH] D69088: [Lex] #pragma clang transform

David Greene via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 17 09:37:10 PST 2019


greened added a comment.

In D69088#1772141 <https://reviews.llvm.org/D69088#1772141>, @rjmccall wrote:

> This is a major new language feature, and code review is probably not the right venue for reviewing it; there should be a thread on cfe-dev.  My apologies if that's already been discussed and I missed it.


I agree.  I know the original RFC didn't get many responses but perhaps discussion will pick up given that patches now exist.  The discussion should happen on both cfe-dev and llvm-dev because it affects both.

In particular I'd like to understand the motivation for this.  Is it for experimental purposes, to aid in compiler tuning, to allow the user to override compiler decisions and/or something else?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69088





More information about the cfe-commits mailing list