Skip to content
Commit ed28b6d0 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Modify begin()/end() for AsmStmt iterators to handle the case when Exprs.empty()

is true. Because of recent changes to llvm::SmallVector, using these iterators
when Exprs was empty would cause an assertion failure.

This fixes: PR 4245.

llvm-svn: 72286
parent 9069d890
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment