[clang] [clang][ASTImporter] Link FunctionDecl into its DeclContext before importing its body (PR #214009)

via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 5 07:20:03 PDT 2026


guillem-bartrina-sonarsource wrote:

I see that an LLDB test started failing: https://github.com/llvm/llvm-project/actions/runs/31012683468/job/92328750113?pr=214009#step:3:14210.

If amending this test is not an option, we can approach the fix differently. Similar to how we detect function decl cycles, we can do the same for var decls.

https://github.com/llvm/llvm-project/pull/214009


More information about the cfe-commits mailing list