Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All new elements except the last one initialized to NULL. Ideally, once ↵ | Karthik Bhat | 2014-03-27 | 1 | -0/+158 |
parsing is complete, all elements should be non-NULL. To safe-guard BitcodeReader, this patch adds null check for all access to these list. Patch by Dinesh Dwivedi! llvm-svn: 204920 |