[PATCH] D83407: [analyzer][StdLibraryFunctionsChecker] Add POSIX networking functions
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 8 10:01:29 PDT 2020
martong marked an inline comment as done.
martong added inline comments.
================
Comment at: clang/test/Analysis/std-c-library-functions-POSIX.c:200
+#define __SOCKADDR_ONETYPE(type) struct type *__restrict __##type##__;
+#define __SOCKADDR_ONETYPE(type) struct type *__restrict __##type##__;
+typedef union {
----------------
Remove redundant duplicated line.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83407/new/
https://reviews.llvm.org/D83407
More information about the cfe-commits
mailing list