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 49668d5 commit 668f085Copy full SHA for 668f085
llvm/include/llvm/ADT/STLFunctionalExtras.h
@@ -37,7 +37,7 @@ namespace llvm {
37
template<typename Fn> class function_ref;
38
39
template<typename Ret, typename ...Params>
40
-class function_ref<Ret(Params...)> {
+class LLVM_GSL_POINTER function_ref<Ret(Params...)> {
41
Ret (*callback)(intptr_t callable, Params ...params) = nullptr;
42
intptr_t callable;
43
0 commit comments