[PATCH] D25640: [CUDA] [AST] Allow isInlineDefinitionExternallyVisible to be called on functions without bodies.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 27 00:01:04 PDT 2016


rsmith added a comment.

I'm not OK with losing this checking entirely. It seems like the problem case is when we're currently processing the definition of the function in question (so it /does/ have a body, it just doesn't have a /complete/ body yet)? I suppose we could track that directly somehow.


https://reviews.llvm.org/D25640





More information about the cfe-commits mailing list