[PATCH] D113749: [Clang] Fix nesting of discarded and immediate contexts.

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 7 14:40:53 PST 2021


aaron.ballman added a comment.

In D113749#3172722 <https://reviews.llvm.org/D113749#3172722>, @hollinsky wrote:

> This change breaks return value deduction of template instantiations that first occur within a discarded context.

Thank you for letting us know! I think we've fixed this issue in https://reviews.llvm.org/D115228 which was landed in 2334314550724812bb94e36c6b5df7d665bdbd9d <https://reviews.llvm.org/rG2334314550724812bb94e36c6b5df7d665bdbd9d>. Can you let us know if that does not address your issue?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113749



More information about the cfe-commits mailing list