-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Backport compiler-extension patches #45162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
bugzilla
Issues migrated from bugzilla
Comments
It looks like these changes depend on: https://reviews.llvm.org/rG87dac7da68ea1e0adac78c59ef1891dcf9632b67 Should we backport this one too? |
yes |
Should we try to backport this one too: https://reviews.llvm.org/rG3a0f6e699bb6d96dc62dce6faef20ac26cf103fd |
Holy sh*t, I though this ne was in too. Yes, please. |
+1 |
Here is a pull request with everything backported: tstellar#155 |
Merged: 6f71678 |
shiltian
pushed a commit
to shiltian/llvm-project
that referenced
this issue
Dec 15, 2021
…Decl We would assign the incorrect DeclContext when transforming the RequiresExprBodyDecl, causing incorrect handling of 'this' inside RequiresExprBodyDecls (bug llvm#45162). Assign the current context as the DeclContext of the transformed decl. (cherry picked from commit 9769e1e)
shiltian
pushed a commit
to shiltian/llvm-project
that referenced
this issue
Dec 15, 2021
…Decl We would assign the incorrect DeclContext when transforming the RequiresExprBodyDecl, causing incorrect handling of 'this' inside RequiresExprBodyDecls (bug llvm#45162). Assign the current context as the DeclContext of the transformed decl. (cherry picked from commit 9769e1e)
trevor-m
pushed a commit
to trevor-m/llvm-project
that referenced
this issue
Apr 20, 2023
…Decl We would assign the incorrect DeclContext when transforming the RequiresExprBodyDecl, causing incorrect handling of 'this' inside RequiresExprBodyDecls (bug llvm#45162). Assign the current context as the DeclContext of the transformed decl.
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Extended Description
The following patches are related to compiler-extension improvements and should probably be backported to 10.0.1.
8ceee08
37309fb
e849e7a
e307eeb
8f766e3
f44a508
They fix #44215
The text was updated successfully, but these errors were encountered: