[PATCH] D81916: [analyzer] Fix StdLibraryFunctionsChecker crash on macOS
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 16 03:17:19 PDT 2020
NoQ added inline comments.
================
Comment at: clang/test/Analysis/pch_crash.cpp:21
+ // we need a function call here to initiate erroneous routine
+ return foo();
+}
----------------
NoQ wrote:
> Let's add sone comment like `// no-crash` so that to indicate what is it that we're testing for.
*some
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81916/new/
https://reviews.llvm.org/D81916
More information about the cfe-commits
mailing list