[PATCH] D18171: [CUDA][OpenMP] Create generic offload action

Justin Lebar via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 23 14:17:53 PDT 2016


jlebar added a comment.

> @jlebar: Justin, any suggestions on what we can/should do regarding [const correctness issues]?


Using "mutable" to work around const-incorrectness should be a last resort.  I've been frustrated by the const-incorrectness of Action as well, but if it's an issue here, I think it needs to be fixed, not hacked around.


http://reviews.llvm.org/D18171





More information about the cfe-commits mailing list