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

Fix: <rdar://problem/7021553> clang -fsyntax-only crashes (in...

Fix: <rdar://problem/7021553> clang -fsyntax-only crashes (in ParseDeclarationSpecifiers ... from ParseObjCTypeName)

Another case where we should use SmallVector::data() instead of taking the
address of element 0 of a SmallVector when the SmallVector has no elements.

llvm-svn: 74556
parent d0890a2b
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