[PATCH] D74473: [analyzer] StdLibraryFunctionsChecker: Use platform dependent EOF and UCharMax
Kristóf Umann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 13 01:26:51 PST 2020
Szelethus added inline comments.
================
Comment at: clang/test/Analysis/std-c-library-functions-eof.c:11
+// Unorthodox EOF value.
+#define EOF (-2)
+
----------------
Maybe you could throw in a test where the definition isn't surrounded by parentheses?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74473/new/
https://reviews.llvm.org/D74473
More information about the cfe-commits
mailing list