]> granicus.if.org Git - clang/commit
Add an assertion to verify a container is non-empty before calling 'back()'
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 29 Dec 2014 18:37:03 +0000 (18:37 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 29 Dec 2014 18:37:03 +0000 (18:37 +0000)
commit431d80c13a3f1a72882bd06671f2f25b87545582
tree3d4a8ae2cede140bd97c8d7010ffbcf8af656788
parent00aa9ba8311cfdbee041f1e8d92b4a0028598f13
Add an assertion to verify a container is non-empty before calling 'back()'

This would've helped stabilize/deflake some failures that were seen
after some recent changes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224943 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp