[PATCH] D12614: [OpenMP] Offloading descriptor registration and device codegen.

John McCall via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 21 11:34:53 PDT 2015


rjmccall added a comment.

CurFuncDecl is supposed to be the enclosing user function.  Things like outlined functions should be getting stored in CurCodeDecl; that's how it's done for blocks and lambdas.


http://reviews.llvm.org/D12614





More information about the cfe-commits mailing list