Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_Exit
1 parent 30e5e74 commit 696cbeaCopy full SHA for 696cbea
1 file changed
cpp/ql/lib/DefaultOptions.qll
@@ -62,7 +62,7 @@ class Options extends string {
62
f.getASpecifier().hasName("noreturn")
63
or
64
f.hasGlobalOrStdName([
65
- "exit", "_exit", "abort", "__assert_fail", "longjmp", "__builtin_unreachable"
+ "exit", "_exit", "_Exit", "abort", "__assert_fail", "longjmp", "__builtin_unreachable"
66
])
67
68
CustomOptions::exits(f) // old Options.qll
0 commit comments