Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark vector::operator[] and front/back as noexcept. We already do this for ↵ | Marshall Clow | 2019-03-15 | 1 | -0/+121 |
string and string_view. This should give better codegen inside of noexcept functions. Add tests for op[]/front/back/at, because apparently we had none. llvm-svn: 356224 |