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

Justin Lebar via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 27 15:47:14 PDT 2016


jlebar added a comment.

OK, I can add new flags with the best of 'em.

I got rid of a super ugly hack I found that was working around the same problem I was trying to work around here.  (And I verified that if I don't call setWillHaveBody, a testcase fails.)  I can split this out into two patches if you prefer.


https://reviews.llvm.org/D25640





More information about the cfe-commits mailing list