The ASTReader does the index bounds check before incrementing the index, so Clang :: Modules/module_file_info.m failed on include/llvm/ADT/SmallVector.h:153 assert(idx < size()). This fixes the bounds check by incrementing first.
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 28857 Build 28856: arc lint + arc unit
Event Timeline
Comment Actions
include/llvm/ADT/SmallVector.h:153 has an assert statement, but I'm not sure why I'm the only one who's experienced problems so far.