summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/initialization.c
Commit message (Collapse)AuthorAgeFilesLines
* [analyzer] const init: handle non-explicit cases more accuratelyRafael Stahl2018-05-291-2/+23
| | | | | | | | | | | | | | Summary: If the access is out of bounds, return UndefinedVal. If it is missing an explicit init, return the implicit zero value it must have. Reviewers: NoQ, xazax.hun, george.karpenkov Reviewed By: NoQ Subscribers: szepet, rnkovacs, a.sidorin, cfe-commits Differential Revision: https://reviews.llvm.org/D46823 llvm-svn: 333417
* Fixes issue introduced by r331556.Alexander Kornienko2018-05-091-0/+7
Closes bug: https://bugs.llvm.org/show_bug.cgi?id=37357 Patch by Rafael Stahl! Differential revision: https://reviews.llvm.org/D46633 llvm-svn: 331870
OpenPOWER on IntegriCloud