[PATCH] D23242: [CUDA] Raise an error if a wrong-side call is codegen'ed.

Reid Kleckner via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 15 15:45:28 PDT 2016


rnk accepted this revision.
rnk added a comment.

lgtm


================
Comment at: clang/include/clang/Sema/Sema.h:9162
@@ -9161,1 +9161,3 @@
 
+  /// Check whether we're allowed to call Callee from the current context.
+  ///
----------------
FWIW I never insert doxygen annotations. I figure if someone cares they can come insert them for me. =P


https://reviews.llvm.org/D23242





More information about the cfe-commits mailing list