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 e865105 commit 021ebc6Copy full SHA for 021ebc6
clang/test/Analysis/issue-124474.cpp
@@ -46,4 +46,4 @@ void foo()
46
char buffer[200] = {};
47
read(fd, buffer, 199); // no-warning: fd is a non-block file descriptor
48
close(fd);
49
-}
+}
0 commit comments