Re: [PATCH] Add some automatic tests for DivideZero checker

2018-10-05 Thread Tamás Zolnai via cfe-commits
Hi, I uploaded this patch to phabricator: https://reviews.llvm.org/D52936 Best Regards, Tamás Tamás Zolnai ezt írta (időpont: 2018. okt. 5., P, 14:14): > Hi all, > > I'm a new contributor in clang / llvm. I'm planning to work on clang > static analyzer: maybe add new checker, imporve the exisi

[PATCH] Add some automatic tests for DivideZero checker

2018-10-05 Thread Tamás Zolnai via cfe-commits
Hi all, I'm a new contributor in clang / llvm. I'm planning to work on clang static analyzer: maybe add new checker, imporve the exisiting one, etc. As the first step I checked how core.DivideZero checker works now and added some test cases for regression testing (see attached patch). The patch co