[PATCH] D86531: [analyzer][StdLibraryFunctionsChecker] Use Optionals throughout the summary API
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 25 05:45:45 PDT 2020
martong added inline comments.
================
Comment at: clang/test/Analysis/std-c-library-functions-POSIX-lookup.c:14
+// declarations in a way that the summary is not added to the map. We expect no
+// crashes (i.e. no optionals should be 'dereferenced') and no output.
+
----------------
Probably I should use FileCheck with --allow-empty and with CHECK-EMPTY
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86531/new/
https://reviews.llvm.org/D86531
More information about the cfe-commits
mailing list