[PATCH] D128113: WIP: Clang: fix AST representation of expanded template arguments.

2022-09-08 Thread David Rector via Phabricator via cfe-commits
davrec added a comment. In D128113#3777353 , @mizvekov wrote: > @davrec @alexfh > > I finally managed to have a talk to @rsmith about this. > > He thinks that, even if we can't come up with a better solution in time, the > benefits of this patch justify

[PATCH] D128113: WIP: Clang: fix AST representation of expanded template arguments.

2022-09-08 Thread Matheus Izvekov via Phabricator via cfe-commits
mizvekov added a comment. @davrec @alexfh I finally managed to have a talk to @rsmith about this. He thinks that, even if we can't come up with a better solution in time, the benefits of this patch justify the costs observed, as those substitution nodes are pretty useless without a way to ind

[PATCH] D128113: WIP: Clang: fix AST representation of expanded template arguments.

2022-08-28 Thread Matheus Izvekov via Phabricator via cfe-commits
mizvekov retitled this revision from "Clang: fix AST representation of expanded template arguments." to "WIP: Clang: fix AST representation of expanded template arguments.". mizvekov edited the summary of this revision. mizvekov updated this revision to Diff 456220. mizvekov planned changes to th