[PATCH] D15810: [analyzer] Handle another Android assert function.
Yury Gribov via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 29 07:52:11 PST 2015
ygribov added a comment.
Relevant snippet from bionic/libc/include/assert.h:
1. if __ISO_C_VISIBLE >= 1999
2. define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e)) ... __dead void __assert2(const char *, int, const char *, const char *);
Repository:
rL LLVM
http://reviews.llvm.org/D15810
More information about the llvm-commits
mailing list