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.
1 parent f75d75b commit f402953Copy full SHA for f402953
llvm/include/llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h
@@ -586,12 +586,12 @@ class WrapperFunction<void(SPSTagTs...)>
586
/// @code{.cpp}
587
/// class MyClass {
588
/// public:
589
-/// void myMethod(uint32_t, bool) { ... }
+/// std::string myMethod(uint32_t, bool) { ... }
590
/// };
591
///
592
/// // SPS Method signature -- note MyClass object address as first argument.
593
/// using SPSMyMethodWrapperSignature =
594
-/// SPSTuple<SPSExecutorAddr, uint32_t, bool>;
+/// SPSString(SPSExecutorAddr, uint32_t, bool);
595
596
/// WrapperFunctionResult
597
/// myMethodCallWrapper(const char *ArgData, size_t ArgSize) {
0 commit comments