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 2ca9d38 commit d9cf9edCopy full SHA for d9cf9ed
clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp
@@ -35,7 +35,9 @@ class StackAddrEscapeChecker
35
public:
36
StringRef getDebugTag() const override { return "StackAddrEscapeChecker"; }
37
38
- CheckerFrontend StackAddrEscape, StackAddrAsyncEscape;
+ CheckerFrontend StackAddrEscape;
39
+ CheckerFrontend StackAddrAsyncEscape;
40
+
41
const BugType StackLeak{&StackAddrEscape,
42
"Stack address leaks outside of stack frame"};
43
const BugType ReturnStack{&StackAddrEscape,
0 commit comments