We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CreateInterpreter
1 parent 5edfae3 commit 490dfcbCopy full SHA for 490dfcb
include/clang/Interpreter/CppInterOp.h
@@ -548,7 +548,7 @@ namespace Cpp {
548
///\param[in] Args - the list of arguments for interpreter constructor.
549
///\param[in] CPPINTEROP_EXTRA_INTERPRETER_ARGS - an env variable, if defined,
550
/// adds additional arguments to the interpreter.
551
- extern "C" CPPINTEROP_API TInterp_t
+ CPPINTEROP_API TInterp_t
552
CreateInterpreter(const std::vector<const char*>& Args = {},
553
const std::vector<const char*>& GpuArgs = {});
554
0 commit comments