[PATCH] CUDA: Add option to allow host device functions to call host functions

Reid Kleckner rnk at google.com
Mon Feb 23 17:45:54 PST 2015


The use case here is more about getting a useful AST out even when the source-program contains errors, right? Can we handle this by intelligent error recovery instead? Nothing stops us from continuing the parse when we encounter this error and producing a partially invalid AST. Would that be sufficient?


http://reviews.llvm.org/D7841

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the cfe-commits mailing list