summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/sequences/vector/access.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Mark vector::operator[] and front/back as noexcept. We already do this for ↵Marshall Clow2019-03-151-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
OpenPOWER on IntegriCloud